projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b798d06
)
Feature 10981: enable REST API in Airflow
29/13329/2
author
aguilard
<e.dah.tid@telefonica.com>
Tue, 2 May 2023 10:20:21 +0000
(10:20 +0000)
committer
aguilard
<e.dah.tid@telefonica.com>
Thu, 4 May 2023 08:50:59 +0000
(08:50 +0000)
Change-Id: Iaae27b9917d8cc35bae6e67cce59bef3e9bd8b41
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
installers/helm/values/airflow-values.yaml
patch
|
blob
|
history
diff --git
a/installers/helm/values/airflow-values.yaml
b/installers/helm/values/airflow-values.yaml
index
0794750
..
79473aa
100644
(file)
--- 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