Skip to content
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

Clarify adding users to RBAC group #370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JohnBlackwell
Copy link
Contributor

@JohnBlackwell JohnBlackwell commented Jan 7, 2025

Fixes PROD-3076

@JohnBlackwell JohnBlackwell requested a review from a team as a code owner January 7, 2025 20:43
Copy link

netlify bot commented Jan 7, 2025

Deploy Preview for pluraldocs ready!

Name Link
🔨 Latest commit 1ff9c3a
🔍 Latest deploy log https://app.netlify.com/sites/pluraldocs/deploys/677d91edbdab3e000885d5e8
😎 Deploy Preview https://deploy-preview-370--pluraldocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

linear bot commented Jan 7, 2025

@@ -51,7 +51,7 @@ subjects:
name: [email protected]
```

To add the specific user `[email protected]` identified by that email to the RBAC rules.
To add the specific user `[email protected]` 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants