-
Notifications
You must be signed in to change notification settings - Fork 58
Add docs & api-docs for Azure Secrets Static Roles #908
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
base: vault/1.21.x
Are you sure you want to change the base?
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
- `ttl` (`string: ""`) - Specifies the duration of time that the role's credentials are valid for. Accepts time | ||
suffixed strings ("1h") or an integer number of seconds. Minimum of 1 year (8760h); if not set, or set to 0 | ||
will use the default value of 2 years (17520h). |
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.
- `ttl` (`string: ""`) - Specifies the duration of time that the role's credentials are valid for. Accepts time | |
suffixed strings ("1h") or an integer number of seconds. Minimum of 1 year (8760h); if not set, or set to 0 | |
will use the default value of 2 years (17520h). | |
- `ttl` (`string: ""`) - Timespan of 1 year (`8760h`) or more during | |
which the role credentials are valid. You can specify timespans | |
as time suffixed strings (`"1h"`) or an integer number of | |
seconds. Leave `ttl` unset or set to `0` to use the default value | |
of 2 years (`17520h`). |
Style correction: write in active voice
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.
The first sentence doesn't seem clear to me? 1 year is just a lower bound of the parameter.
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Sarah Chavis <[email protected]>
@schavis Thank you for the review. I had a question about the Also, not sure if the preview of docs work? I wanted to check if all the links are okay, but I don't see new additions on the "Preview" link listed above. |
This PR adds docs & api-docs for our new feature (Static Roles) in Azure Secrets Engine.