Skip to content
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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

kpcraig
Copy link
Contributor

@kpcraig kpcraig commented Feb 13, 2025

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 Labels: If this fix needs to be backported, use the appropriate backport/ label that matches the desired release branch. Note that in the CE repo, the latest release branch will look like backport/x.x.x, but older release branches will be backport/ent/x.x.x+ent.
  • Jira: If this change has an associated Jira, it's referenced either
    in the PR description, commit message, or branch name.

@kpcraig kpcraig added this to the 1.19.0-rc milestone Feb 13, 2025
@kpcraig kpcraig requested a review from a team as a code owner February 13, 2025 16:37
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Feb 13, 2025
Copy link

CI Results:
All Go tests succeeded! ✅

Copy link

Build Results:
All builds succeeded! ✅


```shell-session
$ vault write auth/azure/config \
rotation_schedule="0 * * * SAT"
Copy link
Contributor

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?

Suggested change
rotation_schedule="0 * * * SAT"
rotation_schedule="0 * * * SAT"
# ...

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.19.x hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants