-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add known issue notice for AWS auth panic (#23552)
* Add known issue
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Panic in AWS auth method during IAM-based login | ||
|
||
#### Affected versions | ||
|
||
- 1.15.0 | ||
|
||
#### Issue | ||
|
||
A panic can occur in the AWS auth method during [IAM-based](/vault/docs/auth/aws#iam-auth-method) | ||
login when a [client config](/vault/api-docs/auth/aws#configure-client) does not exist. | ||
|
||
#### Workaround | ||
|
||
The panic can be avoided by writing an empty [client config](/vault/api-docs/auth/aws#configure-client): | ||
|
||
```shell-session | ||
vault write -f auth/aws/config/client | ||
``` |