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

Bugfix: kubernetes login creates too many tokens #32

Merged
merged 2 commits into from
Mar 2, 2022

Conversation

digiserg
Copy link
Collaborator

@digiserg digiserg commented Mar 2, 2022

The environment variables VAULT_AUTH_METHOD conflicts with the underlying vals library and we were doing login all the time instead of login once and renewing the token when its about to expire.

@digiserg digiserg added the bug Something isn't working label Mar 2, 2022
@digiserg digiserg added this to the 0.6.0 milestone Mar 2, 2022
@digiserg digiserg self-assigned this Mar 2, 2022
@digiserg digiserg added this to In progress in Vals Operator via automation Mar 2, 2022
@digiserg digiserg linked an issue Mar 2, 2022 that may be closed by this pull request
vault/vault.go Outdated Show resolved Hide resolved
vault/vault.go Outdated Show resolved Hide resolved
@digiserg digiserg merged commit 5e25072 into master Mar 2, 2022
Vals Operator automation moved this from In progress to Done Mar 2, 2022
@digiserg digiserg deleted the bugfix/vaultLogin branch March 2, 2022 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

Implement a better Vault token management
2 participants