-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 docs for plugins with enterprise scheduled root rotation feature #29608
base: main
Are you sure you want to change the base?
Conversation
CI Results: |
Build Results: |
|
||
```shell-session | ||
$ vault write auth/azure/config \ | ||
rotation_schedule="0 * * * SAT" |
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.
Should we make it more obvious that this is not a complete example of configuring the mount? Something like ellipses maybe?
rotation_schedule="0 * * * SAT" | |
rotation_schedule="0 * * * SAT" | |
# ... |
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.
We can, although this is also acceptable as a configuration to send, assuming you've already configured the backend.
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.
i added ellipses to the example requests to indicate that more fields can/should exist if needed/appropriate
Description
This PR adds documentation for three plugins with the new scheduled root rotation enterprise feature
TODO only if you're a HashiCorp employee
backport/
label that matches the desired release branch. Note that in the CE repo, the latest release branch will look likebackport/x.x.x
, but older release branches will bebackport/ent/x.x.x+ent
.in the PR description, commit message, or branch name.