GitHub user scali edited a comment on the discussion: Airflow Azure AD redirect 
URL coming with http instead of https

I had the same problem, and it seems to be fixed by adding this property to the 
`value.yaml` file

```yaml
airflow:
  config:
    # This will make sure the redirect_uri is properly computed, even with SSL 
offloading
    AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX: True
```

I've found the tip on [this 
gist](https://gist.github.com/wallyhall/915fedb4dfc766b61f442a32c95e1c29) and 
on another [Apache project configuration 
guide](https://superset.apache.org/docs/installation/kubernetes/#superset_configpy)
 based on FAB

GitHub link: 
https://github.com/apache/airflow/discussions/48578#discussioncomment-13483882

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

Reply via email to