vincbeck commented on code in PR #57978:
URL: https://github.com/apache/airflow/pull/57978#discussion_r2499603584
##########
providers/keycloak/src/airflow/providers/keycloak/auth_manager/keycloak_auth_manager.py:
##########
@@ -112,6 +112,7 @@ def get_url_login(self, **kwargs) -> str:
def refresh_user(self, *, user: KeycloakAuthManagerUser) ->
KeycloakAuthManagerUser | None:
if self._token_expired(user.access_token):
+ log.debug("Refreshing the token")
Review Comment:
Not related but nice to have
--
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]