python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
User in keystore cannot have permission in .policy
I need to give full access to an user in a .policy file
keystore "file:myKeystore.keystore";
grant signedBy "myUser" {
permission java.util.PropertyPermission "*", ...
Luhko
Votes: 0
Answers: 1
Minio: Can a user create a accesskey/secretkey with a more restrictive policy to be used by a client?
I have a process P having access to accesskey/secretkey associated with a policy giving it full rights over a bucket B. E.g.
...
{
"Action": [
"s3:GetObject",...
max.ott
Votes: 0
Answers: 1
Azure Policy How to relate VM's using a specified subnet
I am trying to write a policy which identifies all VM's attached to a specified subnet and ensure that they are backed up to a specified Backup Vault within the same location. Identifying the VM's is ...
Alan Isherwood
Votes: 0
Answers: 0
Getting 401 Unauthorized when activating Keycloak policy-enforcer
I'm trying to integrate with Keycloak Authorization Services (resource, scopes, policies, permissions). I'm using version 16.1.0.
For starters I have created a realm and a client. For the client I hav...
Andre Carrilho
Votes: 0
Answers: 0