This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 8a6439f7e60 [v3-0-test] Add http-only warning in documentation
(#52631) (#52699)
8a6439f7e60 is described below
commit 8a6439f7e60a53fa809cff7611354d134f5d543a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 16:27:19 2025 +0530
[v3-0-test] Add http-only warning in documentation (#52631) (#52699)
* Add http-only warning in documentation
* Add empty line
---------
(cherry picked from commit f51f472ec496a388443d4fcb4ad65336c7729ec8)
Co-authored-by: Alkis Mavridis <[email protected]>
Co-authored-by: Alkis Mavridis <[email protected]>
---
airflow-core/docs/howto/run-behind-proxy.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/airflow-core/docs/howto/run-behind-proxy.rst
b/airflow-core/docs/howto/run-behind-proxy.rst
index c9eb3295bd2..483f3e79690 100644
--- a/airflow-core/docs/howto/run-behind-proxy.rst
+++ b/airflow-core/docs/howto/run-behind-proxy.rst
@@ -63,6 +63,9 @@ To do so, you need to set the following setting in your
``airflow.cfg``::
`Uvicorn's docs
<https://www.uvicorn.org/deployment/#proxies-and-forwarded-headers>`_. For the
full options you can pass here.
(Please note the ``--forwarded-allow-ips`` CLI option does not exist in
Airflow.)
+- Please make sure your proxy does not enforce http-only status on the
Set-Cookie headers.
+ Airflow frontend needs to access the cookies through javascript, and a
http-only flag would disturb this functionality.
+
.. spelling::
Uvicorn