-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
process attempted to call itself #948
Comments
FYI, this seems to happen in release |
Saw this trying to use ex_aws_sts for assumed role access. During the call to That still happens in 2.4.1 as well though. That seems like a fundamental problem with the assumed role authentication use case. e.g.
|
Thanks for the report. This one's gonna need some thinking - the short version is that the the auth cache is trying to update itself which is triggering a request which is (for some reason) trying to get credentials by calling the auth cache. I'm going to have to do some digging to figure out exactly what the right solution is. |
Linking this up with ex-aws/ex_aws_sts#35, the issue on the |
is this planned to be fixed? |
I'd love it to be, however I don't really have the time to dig into it at the moment. If someone else wants to I'd be more than grateful for a PR. |
Environment
mix deps |grep ex_aws
: ex_aws 2.4.2mix deps | grep hackney
: hackney 1.18.1Current behavior
Include code samples, errors and stacktraces if appropriate.
Expected behavior
This error shouldn't appear.
Used to work until I updated to Elixir 1.14.4 and Erlang 25.3.
The text was updated successfully, but these errors were encountered: