-
Notifications
You must be signed in to change notification settings - Fork 556
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
Add reuse_wrapping_token functionality. #1166
Conversation
The code that this relies on has been released in Vault 1.9.0, so I believe this is ready to be reviewed. |
Any chance of someone looking at this any time soon ? |
@melbit-michaelw thanks for the PR, we will take a look at it this week. |
@melbit-michaelw would you mind rebasing this PR off of See my comment #1166 (comment). Thanks, Ben |
7718e43
to
9ea0ee3
Compare
Hi @benashz, I've rebased onto main, and fixed up the package for the TestAccePreCheck function. Updated output from acceptance tests:
|
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.
Looking pretty good. I have a few comments/suggestions to look at.
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
Updated output from acceptance tests:
|
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!
Thank you for your contribution to HashiCorp.
Hey, could you please confirm that this made it into the 3.4.0 release ? Just confirming, since the changelog for that release doesn't appear to mention it. Also the documentation hasn't been updated, was I supposed to do that as part of this PR ? |
c324dc8 looks to be included in the v3.4.0 tag at least. |
@melbit-michaelw @nvx yes it made it in. Looks like we missed the change log entry. We will correct that on the next patch release. |
Community Note
Closes #976
Release note for CHANGELOG:
Output from acceptance testing:
NOTE - This functionality relies on Vault updates in hashicorp/vault#12425
I'm not sure if I'm supposed to wait for that code to be merged/rejected before raising this PR, but I figured this way I can at least get some potential feedback and address any issues in this PR so it's ready to go when/if that other code is available.