X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fvalues%2Fairflow-values.yaml;h=79473aadc1b8c6829f79cb0321e2c616b52bc77e;hb=ef78c3c64d4a203334b7935e83e29bac56ccba97;hp=07947502c9803ea7356949cf1b72875ac2044a44;hpb=64775ea32b74f6629e7adf4e8bb397513ec20b6c;p=osm%2Fdevops.git diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index 07947502..79473aad 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml @@ -22,6 +22,9 @@ webserver: - name: airflow-ui port: "{{ .Values.ports.airflowUI }}" targetPort: "{{ .Values.ports.airflowUI }}" +extraEnv: | + - name: AIRFLOW__API__AUTH_BACKENDS + value: 'airflow.api.auth.backend.basic_auth' extraEnvFrom: | - secretRef: name: ngsa-secret