Skip to content

chore: release airbyte/airbyte 1.9.2 with oidc fix#24

Open
Conall Ó Gribín (Conall-airbyte) wants to merge 1 commit intomainfrom
fix-oidc-v1-chart
Open

chore: release airbyte/airbyte 1.9.2 with oidc fix#24
Conall Ó Gribín (Conall-airbyte) wants to merge 1 commit intomainfrom
fix-oidc-v1-chart

Conversation

@Conall-airbyte
Copy link

@Conall-airbyte Conall Ó Gribín (Conall-airbyte) commented Nov 18, 2025

This PR fixes an issue (https://github.com/airbytehq/oncall/issues/10069) where, when we attempt to deploy appVersion 2.0.0, or later with the v1 charts, OIDC based auth doesn't work, and users are not able to login to airbyte.

who is affected?

anyone who has set:

identityProvider:
      type: oidc

in their values.yaml

when they encounter this issue, , they would be see the simple auth login page post deployment, and all login attempts would fail.

This PR fixes this by making sure we include the appropriate env vars for appVersion 2.0.0+ to consume OIDC config properly when deploying airbyte with the V1 Charts.

@Conall-airbyte
Copy link
Author

Conall Ó Gribín (Conall-airbyte) commented Nov 18, 2025

As our CI for v1 Charts seem to be gone at this point, I tested this locally, via a clean install and an upgrade from appVersion:1.8.5, ChartVersion:1.8.5

e.g

image image

and here we see the UI correct includes the Enterprise Auth login screen, including my configured Okta auth:
image

@Conall-airbyte

I don't think there's any good way to test this now other than merging it to master, correct me if i'm wrong Justin Pye (@bernielomax)

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

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant