You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AutoRefreshKubeConfigLoader overwrites KubeConfigLoader following methods:
_load_oid_token
load_gcp_token
Get the expiration timestamp of the provided token and create a task than run before the token expiration.
The user authentification method with an executable:
"exec" in self._user
is not supported and the warning in the refresh_after method is not logged because the kubernetes_asyncio KubeConfigLoader._load_from_exec_plugin is not overwritten.
Desired Behavior
We should be able to get the expiration timestamp from the response of the executable and use it to make the auto refresh supporting executable plugin authentification method.
The text was updated successfully, but these errors were encountered:
Related to #317
Current behavior
The AutoRefreshKubeConfigLoader overwrites KubeConfigLoader following methods:
Get the expiration timestamp of the provided token and create a task than run before the token expiration.
The user authentification method with an executable:
is not supported and the warning in the refresh_after method is not logged because the kubernetes_asyncio KubeConfigLoader._load_from_exec_plugin is not overwritten.
Desired Behavior
We should be able to get the expiration timestamp from the response of the executable and use it to make the auto refresh supporting executable plugin authentification method.
The text was updated successfully, but these errors were encountered: