Skip to content

Commit

Permalink
Update builtin/credential/aws/path_login.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Kalafut <[email protected]>
  • Loading branch information
tyrannosaurus-becks and Jim Kalafut authored May 18, 2020
1 parent 6683973 commit 1dbea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/credential/aws/path_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ func getMetadataValue(fromAuth *logical.Auth, forKey string) (string, error) {
if val, ok := fromAuth.Metadata[forKey]; ok {
return val, nil
}
return "", fmt.Errorf("%q unfound in auth metadata", forKey)
return "", fmt.Errorf("%q not found in auth metadata", forKey)
}

const iamServerIdHeader = "X-Vault-AWS-IAM-Server-ID"
Expand Down

0 comments on commit 1dbea5c

Please sign in to comment.