Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Try flux against an image registry that uses basic auth #915

Closed
squaremo opened this issue Jan 24, 2018 · 1 comment
Closed

Try flux against an image registry that uses basic auth #915

squaremo opened this issue Jan 24, 2018 · 1 comment

Comments

@squaremo
Copy link
Member

It's possible to deploy your own image registry and secure it with basic auth. I think that flux assumes you are using token-based auth, and will fail to fetch image metadata from a registry using basic auth. So we should try this out by running a local registry and turning --registry-trace on to see what happens.

@squaremo
Copy link
Member Author

The scenario prompting this issue is a docker-registry with a reverse proxy (nginx) in front of it; the proxy does the auth, for every path under /v2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant