Conversation
✅ Deploy Preview for pluraldocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
pages/how-to/set-up/rbac.md
Outdated
| ``` | ||
|
|
||
| To add the specific user `michael@example.com` identified by that email to the RBAC rules. | ||
| To add the specific user `michael@example.com` identified by that email to the RBAC rules. For the purposes of this tutorial you will need to manually add the user to the Group created above by navigating to Settings > User Managment > Groups going to https://{you-console-instance}/settings/user-management/groups. Find the Edit Members tab in the group and add your member. |
There was a problem hiding this comment.
Isn't this already added at line 31? Maybe it should really just be a callout to make it prominent. It also isn't relevant to the ClusterRoleBinding above as that's a user binding and doesn't need the group to be created
There was a problem hiding this comment.
Fair enough but there should still be some callout given directing that the user(s) be added to the group in the console. That could go on line 31. Something like "add users to this group ..."
There was a problem hiding this comment.
Yeah you should use the {% callout severity="info" %} decorator to make it very prominent, that's what I meant by callout
There was a problem hiding this comment.
grep in the repo to see some examples
Fixes PROD-3076