Qasim Sarfraz
Qasim Sarfraz
Or we can extend `header` [plugin](https://coredns.io/plugins/header/) to also allow overriding query flags? Currently it only allows to override responses.
Perfect. @jarus please feel free to purpose a PR if you had some changes in mind. I would be happy to help/review the changes. Otherwise I can also draft an...
Thanks for pointing that out. Definitely if a following plugin overrides any flag, users will be left with an unexpected outcome. Although currently I don't see any plugin doing that....
> > Probably we can add a note in header plugin documentation? > > I don't think either of those possibilities need to be documented, since it's apparent from the...
hi @DrPreobrazhensky. thanks for trying the proxy. Are you able to pull images? Also it would be great if you post your configuration (`docker_proxy_backend` format and `docker_proxy_backend_schema`) and nginx logs...
That is strange. Have you marked the proxy insecure? or SSL/TLS termination? or any other modifications?
What do you mean by _Apache Camel K_, is that some AWS ECR repository? Also, specifying credentials with `docker login` won't help since we use a custom token to talk...
The default path is `/cache/cache` within the container as configured in [nginx.conf](https://github.com/Lotto24/aws-ecr-http-proxy/blob/master/files/nginx.conf#L15). Having said that If you are running it on the host with `-v /registry/local-storage/cache:/cache` then `/registry/local-storage/cache` should be...