How to prevent "Credentials provider is closed" #1296
afgarcia86
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you share a minimal reproduction of your issue? Are you using the client after it's closed? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my pod configured to use an
AWS_ROLE_ARN
andAWS_WEB_IDENTITY_TOKEN_FILE
to authenticate. And its working, however it seems like if my logic is called concurrently I often get the error: "Credentials provider is closed"Has anyone run into this and/or happen to know how I can work around it?
Beta Was this translation helpful? Give feedback.
All reactions