Would an IAM token without X-Amz-Security-Token work? #9320
Unanswered
bow-fujita
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I came across to this old issue because my app had intermittently failed with IAM authentication to RDS Proxy due to missing the
X-Amz-Security-Token
parameter. The issue was closed as it started working by executingaws sts get-caller-identity
and it was said "The tokens are still missing the fieldX-Amz-Security-Token
but still seem to work fine without it".I get confused because the IAM API reference is saying that
X-Amz-Security-Token
must be included while using temporary security credentials from AWS STS. Can anyone elaborate how an IAM token withoutX-Amz-Security-Token
generated byaws rds generate-db-auth-token
would be authenticated and how the GetCallerIdentity would help?Beta Was this translation helpful? Give feedback.
All reactions