You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use AWS roles with your action by using aws_session_token. This seems to be the best way to go, according to your documentation. I am confused as to why aws_access_key and aws_secret_key are mandatory if aws_session_token is provided.
Could you please clarify?
aws_session_token: If you are running the action with temporary security credentials using the AWS Security Token Service API. For example, you may be assuming a role in AWS to execute the deploy through something like AWS's [configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) action.
The text was updated successfully, but these errors were encountered:
I am trying to use AWS roles with your action by using
aws_session_token
. This seems to be the best way to go, according to your documentation. I am confused as to whyaws_access_key
andaws_secret_key
are mandatory ifaws_session_token
is provided.Could you please clarify?
aws_session_token: If you are running the action with temporary security credentials using the AWS Security Token Service API. For example, you may be assuming a role in AWS to execute the deploy through something like AWS's [configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) action.
The text was updated successfully, but these errors were encountered: