Skip to content

Commit

Permalink
Add RBAC true by default locally
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed May 28, 2019
1 parent 3bcb0a9 commit 0f00391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/include/composeyml.go
Expand Up @@ -77,7 +77,7 @@ services:
AIRFLOW__CORE__SQL_ALCHEMY_CONN: postgresql://{{ .PostgresUser }}:{{ .PostgresPassword }}@{{ .PostgresHost }}:5432
AIRFLOW__CORE__LOAD_EXAMPLES: "False"
AIRFLOW__CORE__FERNET_KEY: "d6Vefz3G9U_ynXB3cr7y_Ak35tAHkEGAVxuz_B-jzWw="
AIRFLOW__WEBSERVER__RBAC=true
AIRFLOW__WEBSERVER__RBAC: "True"
ports:
- {{ .AirflowWebserverPort }}:8080
volumes:
Expand Down

0 comments on commit 0f00391

Please sign in to comment.