Add Union authorization bootstrap docs for selfhosted#927
Closed
mhotan wants to merge 1 commit intomike/selfhosted-auth-docsfrom
Closed
Add Union authorization bootstrap docs for selfhosted#927mhotan wants to merge 1 commit intomike/selfhosted-auth-docsfrom
mhotan wants to merge 1 commit intomike/selfhosted-auth-docsfrom
Conversation
Document how to enable and configure Union (built-in RBAC) mode: - Helm values to enable Union mode - Bootstrap configuration: service accounts, admin users, organization - Trusted identity claims for internal S2S authentication - Warning about clientId matching IdP sub claim (Okta vs Entra ID) - Recommended migration path: Noop → verify auth → configure bootstrap → Union Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying docs with
|
| Latest commit: |
a9e6635
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8a20fa0b.docs-dog.pages.dev |
| Branch Preview URL: | https://mike-selfhosted-authz-bootst.docs-dog.pages.dev |
Collaborator
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
subclaim values, admin users, organization/domainsStacked on #925 →
peeter/selfhosted-docsContext
Peeter's authorization.md had detailed External mode docs but Union mode was light — no section on how to actually enable it, bootstrap service accounts, or set the first admin. Without bootstrap docs, users enabling Union mode will see permission denials on internal services.
Key callouts
clientIdin bootstrapserviceAccountsmust match the IdP'ssubclaim value, which differs by provider (Okta = Client ID, Entra ID = SP Object ID)Test Plan
make dev(variant = "selfmanaged"){{< relref >}}to authentication guide)🤖 Generated with Claude Code