Josh Mills
Josh Mills
I'm currently having the same issue. Hoping for a release soon!
Just ran into this issue as well, I thought I was going crazy. (P.S., Thanks for the great project!)
@Chadys Is there any current workaround you're using to combat this issue?
Damn, that's a shame. I was hoping to switch from [django-rest-auth](https://github.com/Tivix/django-rest-auth) to djoser for a complete restful local account and social solution. I'm currently trying to get [django-rest-social-auth](https://github.com/st4lk/django-rest-social-auth) working for...
In fact, django-rest-social-auth uses social-django as well, they just basically negate all of the session stuff in a [custom strategy](https://github.com/st4lk/django-rest-social-auth/blob/master/rest_social_auth/strategy.py#L14)
Same issue here. NodeJS running on fargate. SDK version 2.745.0 `Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1`
Has anyone actually managed to get CloudFront working in-front of ECR? It's _mostly_ working for me in that I can login using an ecr login password and I can _pull_...
I think that error is implying that your upstream echo server closed the body. Is there any chance you have some sort of NetworkPolicy in your cluster that's rejecting the...
Okay, yeah, I can confirm I get the same issue. It looks like it was introduced in v0.40.2 and is something to do with the tracing implementation. If [these](https://github.com/ory/oathkeeper/blob/master/pipeline/authz/remote.go#L68-L70) lines...
Sorry, I only disabled the tracing lines to test if that was the issue; it's not a suitable fix. I spent some time yesterday trying to find the correct fix...