docs: add information on how to reuse SAML group information in Kubernetes#206
Open
quartje wants to merge 1 commit intosiderolabs:mainfrom
Open
docs: add information on how to reuse SAML group information in Kubernetes#206quartje wants to merge 1 commit intosiderolabs:mainfrom
quartje wants to merge 1 commit intosiderolabs:mainfrom
Conversation
Iheanacho-ai
reviewed
Dec 8, 2025
| --auth-saml-label-rules='{"membership" : "groups" }' | ||
| ``` | ||
|
|
||
| This will extract value from the SAML attribute `memberhip` into the Omni user's identity resource label with the |
Author
There was a problem hiding this comment.
To make it clear the the internal "groups" label is different from the external SAML attribute. In https://github.com/siderolabs/docs/blob/main/public/omni/security-and-authentication/using-saml-with-omni/configure-workspace-one-access-for-omni.mdx these two are the same, which is confusing.
| Omni can extract SAML group information. For each group it will create a label on the identity in Omni. | ||
|
|
||
| Suppose you have your groups information in the SAML attribute "membership". | ||
| Start Omni with the following parameter: |
Member
There was a problem hiding this comment.
what does it mean to "start with the following parameter"?
Author
There was a problem hiding this comment.
I've changed the terminology and it is now the same as on other pages.
7278345 to
704b5c3
Compare
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.
In multi tenant environments it can be useful to use SAML group information for Kubernetes authorization purposes. This document describes how to implement this.