GitHub user machiiine closed the discussion with a comment: Airflow 3 and Oauth 
Git authentication

it worked by mounting the webserver_config.py file with:

```
apiServer:
      extraVolumes:
      - name: webserver-config
        configMap:
          name: airflow-webserver
      extraVolumeMounts:
        - name: webserver-config
          mountPath: /opt/airflow/webserver_config.py
          subPath: webserver_config.py
          readOnly: true
```

GitHub link: 
https://github.com/apache/airflow/discussions/51600#discussioncomment-13560807

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to