Auth should not be set to false when SSO is enabled. (#65907)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user