-
Notifications
You must be signed in to change notification settings - Fork 546
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 information about Vault 1.2 for token_*
fields
#565
Conversation
hashicorp#487 deprecated some fields that were deprecated in Vault 1.2 Add more context to deprecation messages that the new `token_*` fields are only for Vault >= 1.2
Would love to see this merged. Would have save us some time when upgrading. |
* `token_period` - (Optional) If set, indicates that the | ||
token generated using this role should never expire. The token should be renewed within the | ||
duration specified by this value. At each renewal, the token's TTL will be set to the | ||
value of this field. The maximum allowed lifetime of token issued using this |
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 think the The maximum allowed lifetime of token issued using this role
text is an error (here and in the same block elsewhere.) Looks like that might be an error that predates this PR actually.
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.
@kalafut I've fixed the text.
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.
LGTM except for the token_period
comment.
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.
All good. Thanks!
* master: fix code blocks formatting and vault_azure_secret_* links titles (hashicorp#588) Update CHANGELOG.md Add information about Vault 1.2 for `token_*` fields (hashicorp#565) Fix grammar Add missing docs for `identity_group_policies` Fix missing quote that breaks documentation rendering. repushing Adding sidebar link to crl_config Add whitelines to address hanging "```" Added pull request template
* master: fix code blocks formatting and vault_azure_secret_* links titles (hashicorp#588) Update CHANGELOG.md Add information about Vault 1.2 for `token_*` fields (hashicorp#565) Fix grammar Add missing docs for `identity_group_policies` Fix missing quote that breaks documentation rendering. repushing Adding sidebar link to crl_config Add whitelines to address hanging "```"
* master: fix code blocks formatting and vault_azure_secret_* links titles (hashicorp#588) Update CHANGELOG.md Add information about Vault 1.2 for `token_*` fields (hashicorp#565) Fix grammar Add missing docs for `identity_group_policies` Fix missing quote that breaks documentation rendering. repushing Adding sidebar link to crl_config Add whitelines to address hanging "```" Added pull request template
* master: fix code blocks formatting and vault_azure_secret_* links titles (hashicorp#588) Update CHANGELOG.md Add information about Vault 1.2 for `token_*` fields (hashicorp#565) Fix grammar Add missing docs for `identity_group_policies` Fix missing quote that breaks documentation rendering. repushing Adding sidebar link to crl_config Add whitelines to address hanging "```"
#487
deprecated some fields that were deprecated in Vault 1.2
Add more context to deprecation messages that the new
token_*
fieldsare only for Vault >= 1.2