-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Agent Auto Auth Self Healing for Templates #26172
Conversation
CI Results: |
Build Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, I thought the previous PR I was reviewing was a CE PR. I noticed none of the files were enterprise only, and these affect the same 21 files--what's the difference in the diff? This one has -41 lines and the other had -44.
I believe the diff is in the go.mod and go.sum files. I cleaned it up here to make all the builds pass properly (versus in the enterprise) |
This PR adds the ability for Agent to re-trigger auto auth, when consul-template recieves an "invalid token" error while rendering a template.
closes https://github.com/hashicorp/vault-enterprise/pull/5627