mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-08 02:01:38 +01:00
* Convert documentation titles to sentense case * Docker, Google, Foundry, Cloud proper case
10 lines
508 B
Plaintext
10 lines
508 B
Plaintext
## The AWS STS region selection
|
|
|
|
The AWS Client used in Vault was updated for improved STS performance in
|
|
1.3.2 and 1.4.0 [#8161](https://github.com/hashicorp/vault/pull/8161),
|
|
however this introduced a side effect of limiting the regions being selected for validation
|
|
and a greater possibility of encountering an "invalid security token" error.
|
|
|
|
Users of the AWS auth engine should upgrade to 1.4.1 release instead,
|
|
where this side effect was fixed in [#8679](https://github.com/hashicorp/vault/pull/8679).
|