-
Notifications
You must be signed in to change notification settings - Fork 387
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
approle - fix metadata for generated secret IDs, re-add wrap_ttl
#782
approle - fix metadata for generated secret IDs, re-add wrap_ttl
#782
Conversation
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.
87605cc
to
b26c102
Compare
Codecov Report
@@ Coverage Diff @@
## develop #782 +/- ##
===========================================
- Coverage 81.64% 81.57% -0.08%
===========================================
Files 65 65
Lines 3002 3006 +4
===========================================
+ Hits 2451 2452 +1
- Misses 551 554 +3
|
Update: I'm a maintainer now (funny how that happens) 😅 I've made some updates to the PR:
Thank you for the original issue and the PR @Prividen ! Sorry it took so long to get addressed. |
wrap_ttl
) * approle.generate_secret_id(): send metadata only if it not empty * update integration tests (also for custom secret_id) * update unit tests (also for custom secret_id) * fix custom_secret_id metadata processing * blackify * add back support for wrap_ttl --------- Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
…vac#782) * approle.generate_secret_id(): send metadata only if it not empty * update integration tests (also for custom secret_id) * update unit tests (also for custom secret_id) * fix custom_secret_id metadata processing * blackify * add back support for wrap_ttl --------- Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Fixes #781
Fixes #950
Fixes #683
Closes #778