EPMDEDP-17184: feat: add Grafana SSO with OIDC login - #2
Merged
Conversation
SergK
force-pushed
the
add-sso-support-for-grafana
branch
from
July 14, 2026 06:59
a16fecb to
0751044
Compare
…rets provisioning Enable optional single sign-on for Grafana over generic OAuth (Keycloak or any OIDC provider), keeping the bundle self-contained and secret-free by default. - Wire Grafana generic_oauth (roles/groups claim mapping to org roles) behind an opt-in flag - Source all SSO material from one grafana-sso Secret (admin creds + OAuth client secret), never rendered by the chart itself - Add an optional External Secrets Operator path (aws, vault, generic SecretStore backends) plus a namespace-scoped ServiceAccount to materialize that Secret from a secret manager - Add keycloakClient.create to optionally provision the OIDC client as a KeycloakClient CR via the KubeRocketCI keycloak-operator, replacing the confusing oidc.enabled/mode pair - Preserve the isolated design: every SSO/ESO resource is opt-in and off by default Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
SergK
force-pushed
the
add-sso-support-for-grafana
branch
from
July 14, 2026 07:04
0751044 to
d20d47f
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.
Enable optional single sign-on for Grafana over generic OAuth (Keycloak or any OIDC provider), keeping the bundle self-contained and secret-free by default.