Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TokenRefreshInterceptor throws when running incluster #3445

Merged
merged 5 commits into from
Sep 21, 2021

Commits on Sep 3, 2021

  1. fix: TokenRefreshInterceptor throws when running incluster

    Token refresh after failed authentication was unsuccessful since
    TokenRefreshInterceptor was looking for reloading kubeconfig file even when
    running in incluster mode.
    
    This change removes kubeconfig handling from TokenRefreshInterceptor and
    re-uses the logic in autoconfig instead, which is prepared for both in/out-of
    cluster use cases.
    
    Signed-off-by: Tero Saarni <tero.saarni@est.tech>
    tsaarni committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    052b5c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a97f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    99a9fc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    aa85e86 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    0bcab46 View commit details
    Browse the repository at this point in the history