Skip to content

Conversation

Zlaticanin
Copy link

This PR adds docs & api-docs for our new feature (Static Roles) in Azure Secrets Engine.

@Zlaticanin Zlaticanin requested a review from a team as a code owner September 4, 2025 18:36
@Zlaticanin Zlaticanin added the Vault Content update for Vault product docs label Sep 4, 2025
Copy link

github-actions bot commented Sep 4, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Fri Sep 5 19:06:53 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Fri Sep 5 19:00:51 UTC 2025

Copy link

github-actions bot commented Sep 4, 2025

Broken Link Checker

No broken links found! 🎉

Comment on lines +393 to +395
- `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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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

Copy link
Author

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.

Zlaticanin and others added 21 commits September 5, 2025 11:23
@Zlaticanin Zlaticanin requested a review from schavis September 5, 2025 18:35
@Zlaticanin
Copy link
Author

@schavis Thank you for the review. I had a question about the ttl suggestion if you could take a look?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Vault Content update for Vault product docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants