-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: [Do not merge]Add fine-grained access control documentation for secrets management #21921
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
base: develop
Are you sure you want to change the base?
Conversation
…ement This update adds comprehensive documentation for the Fine-Grained Access (FGA) feature for the Secrets Management Service, including: - New "Sharable secrets with fine-grained access" section explaining privacy by default, automatic ownership, and granular access control - "Create a sharable secret" collapser with secretsManagementCreateSharableSecret mutation examples - "Grant access to a sharable secret" collapser with authorizationManagementGrantAccess mutation examples - Guidance for choosing between standard and sharable secrets - Related topics section with DocTiles linking to relevant documentation - Improved integration between access control and FGA concepts Technical improvements: - Clarified terminology for standard vs sharable secrets - Added callout for secret type selection guidance - Enhanced collapser descriptions for better user understanding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Hi @sujitnewrelic 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
|
netlify build |
🚀 Netlify Preview Building!If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes): |
|
netlify build |
|
netlify build |
|
netlify build |
This update adds comprehensive documentation for the Fine-Grained Access (FGA) feature for the Secrets Management Service, including:
Technical improvements: