Skip to content

Commit

Permalink
temporarily disable ldap, pending service IDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Aug 19, 2024
1 parent 673a075 commit 130fbc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ auth:
username: datafoundationsteam # Abi: can't use datafoundationsteam anymore because it needs to be a valid IDIR
## @param auth.password Password to access web UI
##
password: Testing1!

## @param auth.fernetKey Fernet key to secure connections
## ref: https://airflow.readthedocs.io/en/stable/howto/secure-connections.html
Expand Down Expand Up @@ -1168,7 +1167,7 @@ git:
# airflow create_user -r Admin -u datafoundationsteam -p Testing1! -e -f Data Foundations -l Team

ldap:
enabled: true # Abi: previously false
enabled: false # Abi: previously false
uri: 'ldap://idir.bcgov:389' # Abi: previously "ldap://ldap_server:389"
basedn: 'ou=BCGOV,dc=idir,dc=BCGOV' # Abi: previously "dc=example,dc=org"
searchAttribute: 'sAMAccountName' # Abi: previously "cn"
Expand Down

0 comments on commit 130fbc4

Please sign in to comment.