mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-24 07:38:05 -04:00
Previously, the renew method would ALWAYS check to ensure the authenticated IAM principal ARN matched the bound ARN. However, there is a valid use case in which no bound_iam_principal_arn is specified and all bindings are done through inferencing. When a role is configured like this, clients won't be able to renew their token because of the check. This now checks to ensure that the bound_iam_principal_arn is not empty before requriing that it match the originally authenticated client. Fixes #2781 |
||
|---|---|---|
| .. | ||
| audit | ||
| auth | ||
| commands | ||
| concepts | ||
| configuration | ||
| guides | ||
| install | ||
| internals | ||
| secrets | ||
| vault-enterprise | ||
| index.html.markdown | ||