hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
457 stars 536 forks source link

auth/k8s: update the description for token_reviewer_jwt #2114

Closed tvoran closed 8 months ago

tvoran commented 8 months ago

Description

Updates the description for token_reviewer_jwt, now that token_reviewer_jwt can be any type of token, not just JWT, as of vault-plugin-auth-kubernetes@v0.17.1, which was included in Vault 1.15.0.

Relates to https://github.com/hashicorp/vault/pull/22857, https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/207

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note