Skip to content

add admin role mapping and internal IdP URL override#55

Open
vmelikyan wants to merge 1 commit into
mainfrom
admin-role-mapping-and-internal-url
Open

add admin role mapping and internal IdP URL override#55
vmelikyan wants to merge 1 commit into
mainfrom
admin-role-mapping-and-internal-url

Conversation

@vmelikyan
Copy link
Copy Markdown
Contributor

  • New internalIdp.mapAdminRole flag (default false) — opt-in end-to-end admin role propagation:
    • Defines a realm admin role on the internal realm
    • Grants it to the bootstrap user
    • Adds a realm-role protocol mapper to the internal-sso client so realm_access.roles is emitted in ID/access/userinfo tokens
    • Adds an oidc-role-idp-mapper ("Admin Role Mapper", syncMode: FORCE) so an admin claim from the upstream company SSO maps into the local admin role
    • New internalIdp.internalUrl value (default "") — lets service-to-service endpoints (tokenUrl / jwksUrl in both internal and lifecycle realms) resolve to a cluster-internal address while public-facing URLs stay on hostname.
      Falls back to hostname when unset, so existing deployments are unaffected.
    • Bug fix: malformed YAML key — resetPasswordAllowed": false had a stray quote, corrupting the realm spec key. Now resetPasswordAllowed: false.
    • Chart version bump 0.7.3 → 0.7.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant