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
TL;DR: users using the AWS_PROFILE integration may require concurrent access to credentials which the keyring API and underlying data stores don't really support.
So first fix is to do basic locking in some kind of OS agnostic way.
Additionally should consider placing each IAM role into it's own object so that each role is independent.
Long term: use the ECS server for caching?
The text was updated successfully, but these errors were encountered:
TL;DR: users using the AWS_PROFILE integration may require concurrent access to credentials which the keyring API and underlying data stores don't really support.
So first fix is to do basic locking in some kind of OS agnostic way.
Additionally should consider placing each IAM role into it's own object so that each role is independent.
Long term: use the ECS server for caching?
The text was updated successfully, but these errors were encountered: