For AWS SES AssumeRole support #1154
Unanswered
j-raghavan
asked this question in
Q&A
Replies: 1 comment
-
This will require a code enhancement. Would love a PR to help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use AWS SES service but I dont seem to find an answer if
role arn
is supported. Using AccessKey and SecretKey is not an option to me, I need to be able to use SES withrole arn
. I understand we can use boto3.sts to get the Accesskey and SecretKey. But for role based authentication,session_token
is also needed, how to provide session_token using theses://...
syntax?Thanks
Jay
Beta Was this translation helpful? Give feedback.
All reactions