Skip to content

Commit

Permalink
[bitnami/airflow] Add missing LDAP environment variables (#48236)
Browse files Browse the repository at this point in the history
[bitnami/airflow] Add missing ldap environment variables

Signed-off-by: sfelipe <[email protected]>
  • Loading branch information
fevisera authored Sep 12, 2023
1 parent d384b3e commit d908b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitnami/airflow/docker-compose-ldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ services:
- AIRFLOW_LDAP_BIND_PASSWORD=adminpassword
- AIRFLOW_LDAP_UID_FIELD=uid
- AIRFLOW_LDAP_USE_TLS=False
- AIRFLOW_LDAP_ROLES_MAPPING="{ 'cn=All,ou=Groups,dc=example,dc=org':['User'], 'cn=Admins,ou=Groups,dc=example,dc=org':['Admin'], }"
- AIRFLOW_LDAP_USER_REGISTRATION_ROLE=Public
- AIRFLOW_USER_REGISTRATION_ROLE=Public
- AIRFLOW_DATABASE_NAME=bitnami_airflow
- AIRFLOW_DATABASE_USERNAME=bn_airflow
Expand Down

0 comments on commit d908b1b

Please sign in to comment.