Skip to content

feat(helm): render oauth.mcpClient.postLoginRedirectAllowlist into config - #989

Merged
QuentinBisson merged 1 commit into
mainfrom
feat/helm-post-login-redirect-allowlist
Jul 23, 2026
Merged

feat(helm): render oauth.mcpClient.postLoginRedirectAllowlist into config#989
QuentinBisson merged 1 commit into
mainfrom
feat/helm-post-login-redirect-allowlist

Conversation

@QuentinBisson

Copy link
Copy Markdown
Contributor

The v1.2.0 binary added the mcpClient.postLoginRedirectAllowlist config field (#978), but the chart's configmap.yaml never rendered it — the mcpClient block enumerates publicUrl/clientId/callbackPath/cimd only. So any Helm value set at muster.oauth.mcpClient.postLoginRedirectAllowlist was silently dropped and the allowlist stayed empty, leaving the OAuth proxy start endpoint unable to honor a redirect parameter.

This renders the list into the config (default empty, no output) and documents it in values.yaml.

Unblocks the klaus-gateway connector-login completion flow (klaus-gateway#175), which needs muster to 303 the browser back to the gateway's /connectors/complete after sign-in.

…nfig

The v1.2.0 binary reads mcpClient.postLoginRedirectAllowlist but the chart
config template never emitted it, so the value was dropped and the allowlist
stayed empty regardless of Helm values.
@QuentinBisson
QuentinBisson marked this pull request as ready for review July 23, 2026 12:55
@QuentinBisson
QuentinBisson requested a review from a team as a code owner July 23, 2026 12:55
@QuentinBisson
QuentinBisson merged commit e42fc90 into main Jul 23, 2026
14 checks passed
@QuentinBisson
QuentinBisson deleted the feat/helm-post-login-redirect-allowlist branch July 23, 2026 12:55
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