add service account consideration#2592
Merged
Muhammadsaeed707 merged 2 commits intoJun 30, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Enterprise SCIM documentation to clarify how SCIM-managed Resource Group membership behaves, specifically calling out the exception for service accounts and documenting the UI indicator shown in Resource Group settings.
Changes:
- Clarifies that SCIM is the source of truth for “regular” (non–service account) membership in SCIM-managed Resource Groups.
- Documents that manual membership changes are blocked for regular users but permitted for service accounts.
- Adds a note about the SCIM synced badge and the membership form messaging in Resource Group settings.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Charlie-Boyer
approved these changes
Jun 25, 2026
Charlie-Boyer
left a comment
Contributor
There was a problem hiding this comment.
lgtm with copilot comment
alexpouliquen
approved these changes
Jun 26, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents that service accounts are exempt from the manual membership block on SCIM-managed Resource Groups, and adds a note about the SCIM synced badge in Resource Group settings.
Suggested by https://github.com/huggingface-internal/moon-landing/pull/18605.
Note
Low Risk
Documentation-only edits to enterprise SCIM guidance; no product or security behavior changes in this diff.
Overview
SCIM-managed Resource Groups documentation now states that the IdP is the source of truth for regular users only, not all membership.
Manual add/remove/role changes via Hub UI or API remain forbidden for regular users (
403), but service accounts can still be managed manually because they are not SCIM-provisioned.A new note describes Resource Group settings: SCIM synced badge and copy on the membership form that only service accounts can be changed by hand.
Reviewed by Cursor Bugbot for commit 22d88db. Bugbot is set up for automated code reviews on this repo. Configure here.