-
Notifications
You must be signed in to change notification settings - Fork 393
Add new field auto_rotate_period
on transit key management
#903
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #903 +/- ##
===========================================
+ Coverage 81.34% 81.64% +0.30%
===========================================
Files 65 65
Lines 2969 3002 +33
===========================================
+ Hits 2415 2451 +36
+ Misses 554 551 -3
|
Change overall LGTM, thanks for the contribution! Can you run black and amend your commit? @adammike @briantist This field appears to be added in v1.10.x. Thankfully it looks like using the parameter doesn't break the integration tests for <1.10.x, however should it be on us to mark when these fields were added? |
Yes, we don't have to be perfect about it but when possible we should mark when a specific documented field was added to Vault, especially if it does not pre-date the versions of Vault we officially support (but we should still seek to do it even if it does). |
@colin-pm Format is fixed |
610b18b
to
b10df5b
Compare
Signed-off-by: Sébastien GLON <sebastien.glon@ubble.ai>
@sebglon thanks very much for this contribution! |
* Add new field `auto_rotate-period` on transit key management * Add new field auto_rotate-period on transit key management Signed-off-by: Sébastien GLON <sebastien.glon@ubble.ai> * Apply suggestions from code review --------- Signed-off-by: Sébastien GLON <sebastien.glon@ubble.ai> Co-authored-by: Sébastien GLON <sebastien.glon@ubble.ai> Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
* Add new field `auto_rotate-period` on transit key management * Add new field auto_rotate-period on transit key management Signed-off-by: Sébastien GLON <sebastien.glon@ubble.ai> * Apply suggestions from code review --------- Signed-off-by: Sébastien GLON <sebastien.glon@ubble.ai> Co-authored-by: Sébastien GLON <sebastien.glon@ubble.ai> Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Implement new
auto_rorate_period
on transitcreate_key
andupdate_key
Resolves #902