-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Creating the following policy allows all users to run all commands: {"name":"policy_1","users":[""],"actions":[""]} which is what was expected. However, running the following policy blocks all users from running any commands (even the root user: {"name":"policy_1","users":["root"],"actions":[""]}. I am running an older docker version (intentionally) which may be the reason the second policy fails. Are there any authz-broker docker version dependencies which would prevent this policy from working?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels