How to prevent users from deleting projects except admins. #2118
Unanswered
ImperrattoR
asked this question in
Q&A
Replies: 1 comment
-
You can create a RBAC Role or ClusterRole that allows these specific actions and assign it appropriately to a Group and / or User. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
currently, our cluster is set up to allow only cluster administrators to create new projects. Now we want to implement the same restriction for deleting projects.
Is this possible?
Br, ImperrattoR
Beta Was this translation helpful? Give feedback.
All reactions