Skip to content

Commit b2dac6c

Browse files
committed
add default auth_manager config
1 parent 5e969eb commit b2dac6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ airflow:
430430
flower_url_prefix: ""
431431
core:
432432
execution_api_server_url: '{{ (printf "http://%s-api-server:%d/%s/airflow/execution/" (include "airflow.fullname" .) (int .Values.ports.apiServer) .Release.Name ) -}}'
433+
auth_manager: "airflow.auth.managers.fab.fab_auth_manager.FabAuthManager"
433434

434435
webserver:
435436
expose_config: non-sensitive-only

0 commit comments

Comments
 (0)