Re: [D] Airflow Azure AD redirect URL coming with http instead of https [airflow]
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 > [!NOTE] > `AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX` seems to be broken in AirFlow 3.0.0 : > https://github.com/apache/airflow/issues/49781 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]
Re: [D] Airflow Azure AD redirect URL coming with http instead of https [airflow]
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]
Re: [D] Airflow Azure AD redirect URL coming with http instead of https [airflow]
GitHub user scali added a comment to the discussion: Airflow Azure AD redirect URL coming with http instead of https I had the same problem, and it seems to be fix 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]
Re: [D] Airflow Azure AD redirect URL coming with http instead of https [airflow]
GitHub user dwvd added a comment to the discussion: Airflow Azure AD redirect URL coming with http instead of https Any fix for this one? GitHub link: https://github.com/apache/airflow/discussions/48578#discussioncomment-13449780 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Airflow Azure AD redirect URL coming with http instead of https [airflow]
GitHub user abhisam added a comment to the discussion: Airflow Azure AD redirect URL coming with http instead of https HI all, I am also facing the same issue with Azure AD SSO. I added the redirect URL in the custom web server file, but it is still redirecting to http. Is there a configuration for the redirect URL? GitHub link: https://github.com/apache/airflow/discussions/48578#discussioncomment-13095557 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
Re: [D] Airflow Azure AD redirect URL coming with http instead of https [airflow]
GitHub user tibre500 added a comment to the discussion: Airflow Azure AD redirect URL coming with http instead of https Any kind of help will be highly appreciated 🙏 GitHub link: https://github.com/apache/airflow/discussions/48578#discussioncomment-12712051 This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
