barbican/releasenotes/notes/secure-rbac-acl-policy-b534614ee7190108.yaml
Douglas Mendizábal 3be848d004 Implement secure RBAC for ACLs API
This patch adds the new RBAC rules for secure RBAC to the ACL API.  The
existing RBAC rules are not changed and should continue to work as
expected.

Change-Id: I175a4aa7e41b6ac88d1509dd85e0cb96ea6ee411
2021-03-10 15:19:17 -06:00

16 lines
714 B
YAML

---
features:
- |
Implement secure-rbac policy for ACLs.
security:
- |
The new secure-rbac policy does not allow listing ACLs for private secrets
or private containers. This is a change from the previous policy which
allowed listing ACLs of private secrets or private containers by users with
some role assignments on the project. The previous policy is deprecated,
but it will continue to be used until it is removed in a future release.
- |
The new secure-rbac policy allows ACLs to be modified or deleted by members
of a project. This is a change from the previous policy which only allowed
these operations by the project admin or the secret or container creators.