stephen-bracken commented on code in PR #70800: URL: https://github.com/apache/airflow/pull/70800#discussion_r3696662157
########## 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: Since we haven't released a version that uses the `access_token` and `refresh_token` cookies yet, I don't think this is necessary. -- 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]
