-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Revert changes to STS leases but keep the ttl field #20034
Conversation
Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
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.
LGTM
Will fix: hashicorp/terraform-provider-vault#1805 |
But this is going to revert the efficiency optimization which was the original purpose of removing the leases too... Wouldn't it be better to aim for a solution that gave clients the necessary compatible feedback in responses, but also retained the optimization? |
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.
👍
Terraform Vault provider must be updated before doing this kind of change. See: hashicorp/terraform-provider-vault#1805 |
Hi @maxb - Thanks for pointing this out. Right now, it’s our first priority to fix the broken clients. We can circle back and introduce a |
ttl
changes.