Questions tagged [policies]

200 questions
0
votes
0 answers

not authorized to perform: eks:CreateCluster

after cdk deploy: cdkDeploy--dev--ClusterEKS/cdkDeploy--dev--ClusterEKS/Resource/Resource/Default (cdkDeploydevClusterEKS37F9DAF6) Received response status [FAILED] from custom resource. Message returned: User:…
Dexterx25
  • 1
  • 1
0
votes
0 answers

Persistent Warning Message on Google Play Store Listing Despite SDK Update

I recently encountered an issue related to my app's listing on the Google Play Store. I updated the SDK version to 33 and successfully pushed the updated version to the Play Store. However, even though the updated version is live, I continue to…
Mr Abbasi
  • 97
  • 11
0
votes
0 answers

Using AOP to inject Security Access Policies at runtime

The problem space: High Level-> I'm looking for a way to apply security access policies during the runtime of my application (and use AOP to do this). In detail-> I currently store customer's data into the same database tables and use Row Level…
0
votes
0 answers

Github Action : How to run workflow and deploy container instance with required tags policies

I have the following workflow: build-and-deploy: needs: [deploy_checks] environment: ${{ needs.deploy_checks.outputs.env_name }} runs-on: ubuntu-latest steps: # checkout the repo - name: 'Checkout…
Man Fan
  • 35
  • 1
  • 6
0
votes
0 answers

How to add B2C to MAUI?

I'm tring to add B2C to my MAUI app but still not working. The official tutorial on Microsoft page is not using any policies, and I haven't found yet how to add and use sign up sign in, edit profile and modify password policies. The solution on…
Flo
  • 1
0
votes
2 answers

How do I add custom claims to a ClaimsPrincipal after authentication in a .net 6 blazor application?

https://learn.microsoft.com/en-us/aspnet/core/security/authorization/claims?source=recommendations&view=aspnetcore-7.0 The above article Gives a great explanation of how to leverage the claims by registering policies that map to claims, and using…
Mike
  • 59
  • 2
0
votes
0 answers

Keycloak - uma ticket grant_type "not_authorized" "access_denied"

Using with the dotnet sdk even with the default js policy when I add a resource and link it to a Role-based permission I can no longer make use of the KeycloakProtectionClient. I have tried to debug and the decision comes back as false everytime.…
coreyperkins
  • 172
  • 2
  • 4
  • 17
0
votes
0 answers

Apache CXF service not adding required headers specified by existing policies in WSDL-file

I need to write a mock-implementation for a third party product that offers a Soap-Webservice. The WSDL-file is provided and I can't change it. It contains various policies, including WS-addressing- and WS-security-policies. The client for this…
thomre
  • 161
  • 2
  • 7
0
votes
1 answer

Unable to return a response using return-response policy in Azure API management

I have a condition like: In the outbound I will check the response of the GET API which is where aAPI policies are there. If the body has a key with entityStatus which takes values 0 or 1, if 0 then output simple message else need to send-request to…
0
votes
0 answers

manipulate response in apim outbound policies

I have SOAP service that I have converted to rest in apim and returns the response in json using the following outbound policy:
snowflakes74
  • 1,307
  • 1
  • 20
  • 43
0
votes
1 answer

Channel configuration update for adding new orgs - [Policy] /Channel/Admins not satisfied

I am building a network where I need that nodes will join throuhgout the lifetime of the application and as first implementation I want to change the channel configuration in order to change the policies regarding who needs to sign a configuration…
Rafail K.
  • 365
  • 3
  • 14
0
votes
0 answers

Distance between deterministic policies that are not probability distributions

This question asks if there is a way to measure distance between policies that are in fact probability distributions. In the case of continuous control with deterministic policies where they take a state as input and return an action vector, what…
0
votes
2 answers

How to push policy on some devices(not on all devices) under same enterprise using Android management API

I have enrolled multiple devices using same QR Code in AMA. I want to re push policies on some device and not on all devices. I have gone through the document and policies are getting applied based on enterprise name . Is there any way to push…
0
votes
0 answers

Java webservices custom policy to authenticate using a custom header (CLIENT-CERT)

I have a webservice, running on JBoss 7.x, that accepts 2 authentication methods specified by 2 policies: @WebService @EndpointProperties(value = { @EndpointProperty(key = SecurityConstants.BST_TOKEN_VALIDATOR, beanClass =…
Felix Sima
  • 41
  • 1
  • 5
0
votes
0 answers

Access Profile (Permissions/Policies) - AWS EC2 Instances

I need to configure an access profile that can turn on/off, modify the network structure, visualize information and manipulate the accesses of two EC2 instances, that is, manage these two machines without modifying or inserting any hardware. The…