Does InstanceProfileCredentialsProvider not have credential refresh capability? #3663
-
Obtain an InstanceProfileCredentialsProvider instance and then use cached values, which will cause the credential token to expire and cause an error. What should I do with these measures? Here's the issue I experienced last time. |
Beta Was this translation helpful? Give feedback.
Answered by
debora-ito
Jan 5, 2023
Replies: 2 comments
-
Yes it does, via asyncCredentialUpdateEnabled(), but it's disabled by default. You need to enable it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
debora-ito
-
Hello! Reopening this discussion to make it searchable. |
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
Yes it does, via asyncCredentialUpdateEnabled(), but it's disabled by default. You need to enable it: