stephen-bracken commented on code in PR #70800: URL: https://github.com/apache/airflow/pull/70800#discussion_r3696691472
########## 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: Agree it is deliberate to logout existing sessions, as any existing sessions will have the `access_token` and `refresh_token` in the Airflow JWT claims, which we want to move to the `_access_token` and `_refresh_token` JWT cookies. -- 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]
