Break write_secret into create and update secret

What does this MR do and why?

The Authz team is working to improve standardization around permission naming.

One of the rules we hope to enforce is to not allow actions that start with write_

The reason behind this is we feel write_ permissions do not match the granularity we hope to consistently offer across our system.

Additionally, write usually also semantically encapsulates create, update, and delete, but in the case of secrets there is already a separate delete permission.

Edited by Matthew MacRae-Bovell

Merge request reports

Loading