-
Notifications
You must be signed in to change notification settings - Fork 28
Document the actual RBAC permissions required and the minimalRBAC helm chart value #3323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the actual RBAC permissions required and the minimalRBAC helm chart value #3323
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
These RBAC examples are pretty long... but we have buttons to skip to the next section |
ce14c9e
to
58d5578
Compare
@@ -8,9 +8,264 @@ For information about how to use a custom domain for the Replicated SDK image, s | |||
|
|||
This section describes role-based access control (RBAC) for the Replicated SDK, including the default RBAC, minimum RBAC requirements, and how to install the SDK with custom RBAC. | |||
|
|||
### Default RBAC | |||
It also describes how to enable the `replicated.minimalRBAC` field to use a less-permissive default RBAC role for the Replicated SDK version 1.7.0 and later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New structure of custom rbac section:
Customize RBAC for the SDK
---Enable Minimal RBAC
---Default RBAC (minimalRBAC: true)
------ Default minimalRBAC Role Without Custom Status Informers
------ Default minimalRBAC Role With Custom Status Informers
---Default RBAC (minimalRBAC: false)
--- Install the SDK with Custom RBAC
------ Minimum RBAC Requirements
------ Use a Custom ServiceAccount
------ Use a Custom ClusterRole
Document what RBAC rules are actually required for the SDK to function
Also document the new
minimalRBAC
helm chart value and how it functions, complete with generated RBAC role examples