Allow project owners to define secrets permissions (Backend)
This is for the backend implementation for allowing project owners to define permissions related to the project secrets.
Frontend issue: #470367 (closed)
Design
See details in the design issue: #503311 (closed)
What will be done here
- GraphQL mutation for configuring which user roles can do the specific actions.
- These will be persisted in the database.
- GraphQL resolver for querying the configured permissions.
Edited by Shabini Rajadas



