You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Account with NotPrincipal should explicitly provide permission
The is the bucket policy with below combination
Effect : DENY,
Action: $OPERATION,
NotPrincipal: $ACCOUNT
The permission on the "Action" for the $ACCOUNT mentioned in the
"NotPrincipal" should be explicitly given.
Example: For "Action: get_object", if we want to DENY permission
for * (all accounts) and we want to give explicit permission to
any one or few accounts, then we can include that account as
part of part of "NotPrincipal"
Check DFBUGS-1519 for steps to reproduce the issue
Fixes: https://issues.redhat.com/browse/DFBUGS-1519
Signed-off-by: Vinayakswami Hariharmath <[email protected]>
0 commit comments