potiuk commented on code in PR #70800: URL: https://github.com/apache/airflow/pull/70800#discussion_r3700185224
########## providers/keycloak/src/airflow/providers/keycloak/auth_manager/constants.py: ########## @@ -27,9 +27,7 @@ CONF_REQUESTS_RETRIES_KEY = "requests_retries" # Extra Cookie names -COOKIE_NAME_ACCESS_TOKEN = "access_token" +COOKIE_NAME_ACCESS_TOKEN = "_access_token" Review Comment: Update: keycloak is now included in the 2026-08-01 release wave (#70932), and the forced-logout note is written into the keycloak 0.9.0 changelog there — so this is documented without any change needed on this PR. Resolving. --- Drafted-by: Claude Code (Opus 5); reviewed by @potiuk before posting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
