File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,24 @@ global:
3333 imagePullSecrets : []
3434
3535 # -- Auth configuration
36-
37-
36+ auth :
37+ # -- Whether auth is enabled
38+ enabled : true
39+ # -- Admin user configuration
40+ instanceAdmin :
41+ # -- Secret name where the instanceAdmin configuration is stored
42+ namespace : " airbyte"
43+ secretName : " airbyte-config-secrets"
44+ # -- The first name of the initial user
45+ firstName : " numocity"
46+ # -- The last name of the initial user
47+ lastName : " "
48+ # -- The key within emailSecretName where the initial user's email is stored
49+ emailSecretKey : " emailSecretKey"
50+ passwordSecretKey : " passwordSecretKey" # Key within `passwordSecretName`
51+
52+
53+
3854 # -- SSO Identify Provider configuration; (requires Enterprise)
3955 # identityProvider:
4056 # # -- Secret name where the OIDC configuration is stored
You can’t perform that action at this time.
0 commit comments