| commit | e556fe0f1afc690e86e3d9de12e7ccea6e1edf7f | [log] [tgz] |
|---|---|---|
| author | aguilard <e.dah.tid@telefonica.com> | Tue May 02 10:20:21 2023 +0000 |
| committer | aguilard <e.dah.tid@telefonica.com> | Thu May 04 08:50:59 2023 +0000 |
| tree | 650523d5383bc8119e6ad6e2b48c58bca0dcfe36 | |
| parent | b798d06e0769138e57b682e446a2576b9bf2d575 [diff] |
Feature 10981: enable REST API in Airflow Change-Id: Iaae27b9917d8cc35bae6e67cce59bef3e9bd8b41 Signed-off-by: aguilard <e.dah.tid@telefonica.com>
diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index 0794750..79473aa 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml
@@ -22,6 +22,9 @@ - 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