docs: clarify Compliance Hub prerequisites and security role requirements#667
Open
denise-msft wants to merge 1 commit into
Open
docs: clarify Compliance Hub prerequisites and security role requirements#667denise-msft wants to merge 1 commit into
denise-msft wants to merge 1 commit into
Conversation
…ents Resolves confusion about whether System Administrator role is required for ongoing Compliance Hub access (#633). The System Administrator role is only needed for initial setup/installation. Day-to-day Compliance Hub access is controlled by the CSK - Administrator security role, which grants full Organization-level access to all compliance tables. Changes: - Split permissions into setup vs ongoing use sections - Add reference to CSK - Administrator role and SECURITY_ROLES.md - Clarify Administrator persona has org-level compliance table access - Clarify Maker persona has no compliance table access Fixes #633 Co-authored-by: Copilot <223556219+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.
Summary
Fixes #633
This is a documentation gap, not a bug. The issue reports that the Compliance Hub is accessible to users with the CSK - Administrator role, while the docs only mention \System Administrator role in the target environment\ under prerequisites — making it unclear whether System Admin is required for ongoing use.
Root Cause
After reviewing the solution's security role definitions in SECURITY_ROLES.md:
The behavior reported in #633 (CSK - Administrator can access the Compliance Hub) is correct and expected. The System Administrator role is only required for initial installation and setup of the solution, not for day-to-day Compliance Hub operations.
Changes