Add documentation for Custom Roles feature#4293
Open
brianmacdonald-temporal wants to merge 37 commits into
Open
Add documentation for Custom Roles feature#4293brianmacdonald-temporal wants to merge 37 commits into
brianmacdonald-temporal wants to merge 37 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links |
LutaoX
reviewed
Mar 13, 2026
bechols
reviewed
Mar 13, 2026
LutaoX
reviewed
Mar 16, 2026
LutaoX
reviewed
Jun 4, 2026
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
Fixing links
Co-authored-by: Lutao X <lutao.xie91@gmail.com>
Expanded the exclude patterns to include all underscore-prefixed files and directories, ensuring that partials and specific context content are not rendered in the documentation.
Implemented a function to filter out underscore-prefixed files and directories from the documentation preview list, ensuring that only relevant content is included. This change aligns with the existing exclusion patterns defined in docusaurus.config.js.
LutaoX
reviewed
Jun 23, 2026
LutaoX
left a comment
Contributor
There was a problem hiding this comment.
added the note to explain the user access update guardrail
| - `cloud.customrole.create` | ||
| - `cloud.customrole.update` | ||
| - `cloud.customrole.assign` | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| Note: Receiving`cloud.customrole.assign` alone does not grant the ability to update a principal's access on its own. Assigning a Custom Role to a user, group, or service account also requires the relevant principal-update permission such as [update a user access](https://saas-api.tmprl.cloud/docs/httpapi.html#tag/users/POST/cloud/users/{userId}). Developer and Read-only predefined roles do not include those permissions. Global Admin can perform full Custom Role delegation after receiving `cloud.customrole.assign` because it has the required principal-update permissions by default. |
lennessyy
approved these changes
Jun 24, 2026
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.
What does this PR do?
Adds documentation for the Custom Roles feature
Notes to reviewers
┆Attachments: EDU-6050 Add documentation for Custom Roles feature