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

Conversation

andrewazores
Copy link
Member

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

Fixes #428

@andrewazores andrewazores added feat New feature or request safe-to-test labels Jul 22, 2024
@andrewazores andrewazores marked this pull request as ready for review July 22, 2024 19:52
@andrewazores andrewazores requested review from a team and ebaron July 22, 2024 19:52
ebaron
ebaron previously approved these changes Aug 20, 2024
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
…en reading from fs and handling by remote authenticator
@andrewazores andrewazores merged commit b675613 into cryostatio:main Aug 20, 2024
9 checks passed
@andrewazores andrewazores deleted the reread-k8s-token branch August 20, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request safe-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request] Periodically re-read from mounted k8s serviceaccount token file
2 participants