Questions about the behavior of STSAssumeRoleSessionCredentialsProvider #2913
Unanswered
isaac33zhang
asked this question in
Q&A
Replies: 1 comment
-
|
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
-
Hi
I am trying to use STSAssumeRoleSessionCredentialsProvider with AWS KMS client. As is known, STSAssumeRoleSessionCredentialsProvider spins up a background thread to refresh the credentials. We have a couple of questions about it:
For example, for a single request, if the workflow is just we create a credential provider, create a kms client with it, and do a decrypt operation, does the background thread get closed after the workflow is completed?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions