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

Backport of agent/auto-auth: add exit_on_err configurable into release/1.11.x #17156

Conversation

hc-github-team-secure-vault-core
Copy link
Contributor

Backport

This PR is auto-generated from #17091 to be assessed for backporting due to the inclusion of the label backport/1.11.x.

The below text is copied from the body of the original PR.


When Agent's auto-auth encounters a problem it will retry indefinitely, regardless of the error. This configurable allows users to specify if Vault should exit on auto-auth error, similar to exit_on_err in the caching engine: https://www.vaultproject.io/docs/agent/caching#exit_on_err.

At the moment this will exit on any error, but I'm open to only exiting on some errors (such as 400 errors).


Overview of commits

@jasonodonnell jasonodonnell merged commit 4ecf420 into release/1.11.x Sep 15, 2022
@jasonodonnell jasonodonnell added this to the 1.11.4 milestone Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants