Skip to content

Commit f51f472

Browse files
alkismavridisAlkis Mavridis
andauthored
Add http-only warning in documentation (#52631)
* Add http-only warning in documentation * Add empty line --------- Co-authored-by: Alkis Mavridis <[email protected]>
1 parent 953378b commit f51f472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

airflow-core/docs/howto/run-behind-proxy.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ To do so, you need to set the following setting in your ``airflow.cfg``::
6363
`Uvicorn's docs <https://www.uvicorn.org/deployment/#proxies-and-forwarded-headers>`_. For the full options you can pass here.
6464
(Please note the ``--forwarded-allow-ips`` CLI option does not exist in Airflow.)
6565

66+
- Please make sure your proxy does not enforce http-only status on the Set-Cookie headers.
67+
Airflow frontend needs to access the cookies through javascript, and a http-only flag would disturb this functionality.
68+
6669
.. spelling::
6770

6871
Uvicorn

0 commit comments

Comments
 (0)