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

ref #25818 add information about connection between user roles and API keys #304

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/panel/user-roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ To manage user roles, navigate to the dedicated **User Roles** section within th

![](images/user-roles/assign_role.png){: .border}

!!! warning
User roles will also restrict the API keys owned by that user (both global and scoped) to ensure that users have only access to the types and objects they should have access to.
If the user has generated the scoped API key before the admin assigned the role, the key will lose access to types not included in the role.

## Custom User Roles

!!! note
Expand Down
Loading