-
Notifications
You must be signed in to change notification settings - Fork 389
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
Update wrapping.rst - example for unauthenticated unwrap #789
Conversation
ping or close it please so it's not hanging around |
I had this problem mentioned in : https://stackoverflow.com/questions/74531428/hashicorp-vault-approle-based-authentication-unwrap-secret-id-got-permission-den?noredirect=1#comment131590172_74531428 |
HVAC maintainers - please consider actually merging this. |
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.
One small nit, but overall the doc change looks good to me. Sorry for the delay.
30495dc
to
83d2a29
Compare
Provide example of using unwrap with just the wrapping token. Previous example is non-functional unless already authenticated.
83d2a29
to
026eb38
Compare
Codecov Report
@@ Coverage Diff @@
## develop #789 +/- ##
===========================================
+ Coverage 81.34% 83.51% +2.17%
===========================================
Files 65 65
Lines 2969 3003 +34
===========================================
+ Hits 2415 2508 +93
+ Misses 554 495 -59
|
Hi @nneul ! I'd also like to apologize for the delays. I've updated your PR today to rebase it, and fix up the example so that it passes (we run live tests on examples and it needed some updates). Calling attention to this doc also made me realize it was totally not showing the correct unwrap method documentation at all, and also included something from the Seal backend, so I've cleaned that up as well. Thanks very much for the contribution! |
* Update wrapping.rst Provide example of using unwrap with just the wrapping token. Previous example is non-functional unless already authenticated. * update example * correct automethod name * doctest fixes --------- Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
* Update wrapping.rst Provide example of using unwrap with just the wrapping token. Previous example is non-functional unless already authenticated. * update example * correct automethod name * doctest fixes --------- Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Provide example of using unwrap with just the wrapping token. Previous example is non-functional unless already authenticated.