barbican/releasenotes/notes/secure-rbac-transportkey-policy-3e904787694f8471.yaml
Ade Lee 9a16e9114f Implement secure RBAC for transport key API
Add new system scope specific RBAC rules for the transport key API.
The new rules tighten the policy to only allow system admins to
add or delete transport keys.

Change-Id: Icbe81724fb8b4f28fc4b5d24afe2618e759fcbad
2021-03-09 14:16:11 -05:00

11 lines
367 B
YAML

---
features:
- |
Implement secure-rbac for transportkeys resource.
security:
- |
The current policy allows users with the admin role to add or delete
transport keys. This interface was only ever intended to be used by
system admins, and so it has been restricted using the new policy
to the system admin only (admins with system_scope:all).