1
0
mirror of synced 2025-12-25 11:06:55 -05:00

Auth should not be set to false when SSO is enabled. (#65907)

This commit is contained in:
Ian Alton
2025-09-02 16:12:28 -07:00
committed by GitHub
parent 9cba95d6be
commit 7244a435e9
4 changed files with 0 additions and 8 deletions

View File

@@ -133,7 +133,6 @@ You can implement single sign on (SSO) with OIDC or new generic OIDC. For more h
```yaml title="values.yaml"
global:
auth:
enabled: false # Set to false if you're using SSO
# -- Admin user configuration
instanceAdmin:
@@ -163,7 +162,6 @@ global:
```yaml title="values.yaml"
global:
auth:
enabled: false # Set to false if you're using SSO
# -- Admin user configuration
instanceAdmin:

View File

@@ -260,7 +260,6 @@ Follow these instructions to add the Airbyte helm repository:
```yaml title="values.yaml"
global:
auth:
enabled: false # Set to false if you're using SSO
# -- Admin user configuration
instanceAdmin:
@@ -290,7 +289,6 @@ Follow these instructions to add the Airbyte helm repository:
```yaml title="values.yaml"
global:
auth:
enabled: false # Set to false if you're using SSO
# -- Admin user configuration
instanceAdmin: