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

feat(auth): apply auth map fn on every request #444

Merged
merged 7 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. feat(auth): apply auth map fn on every request

    For file-read-based authorization, ie kubernetes serviceaccount token, this results in the most up-to-date value being used for HTTP client Authorization headers with each request
    andrewazores committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5ad3469 View commit details
    Browse the repository at this point in the history
  2. add comment

    andrewazores committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f336d57 View commit details
    Browse the repository at this point in the history
  3. refactor

    andrewazores committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1b9b5c7 View commit details
    Browse the repository at this point in the history
  4. client follows redirects

    andrewazores committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7058d64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50e64b3 View commit details
    Browse the repository at this point in the history
  6. fix(token): retry request if token may have potentially expired betwe…

    …en reading from fs and handling by remote authenticator
    andrewazores committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    07bcc70 View commit details
    Browse the repository at this point in the history
  7. rebase fixup

    andrewazores committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1d51615 View commit details
    Browse the repository at this point in the history