Skip to content

feat(console): add support for generic oidc providers - #94

Merged
echozio merged 1 commit into
mainfrom
feat/oidc
Jul 9, 2026
Merged

feat(console): add support for generic oidc providers#94
echozio merged 1 commit into
mainfrom
feat/oidc

Conversation

@echozio

@echozio echozio commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Fixes #89

Copilot AI review requested due to automatic review settings July 9, 2026 14:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Helm chart’s console configuration to support generic OIDC providers by introducing new values and wiring them into the console container environment variables.

Changes:

  • Added console.config.authOidcProvider / authOidcProviderFrom values to configure a generic OIDC provider (inline or via valueFrom).
  • Added console.config.authCookieDomain and templated AUTH_COOKIE_DOMAIN env var emission.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
values.yaml Adds chart values for generic OIDC provider config and auth cookie domain.
templates/console/_helpers.tpl Injects AUTH_OIDC_PROVIDER (value/valueFrom) and AUTH_COOKIE_DOMAIN env vars into the console pod spec.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread values.yaml
@echozio
echozio merged commit fd23214 into main Jul 9, 2026
1 check passed
@echozio
echozio deleted the feat/oidc branch July 9, 2026 14:12
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.

feat: add support to configure a generic OIDC provider

3 participants