Skip to content
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

Configmap for docker registry and notary server to be used. #79

Open
marcofranssen opened this issue Aug 14, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@marcofranssen
Copy link
Member

marcofranssen commented Aug 14, 2020

To be able to run the admin interface for multiple registries with their own notary sidecars or shared sidecars it should be possible to define a map of registry and related notary server.

e.g.

repos starting with docker.io should use notary.docker.io
repos starting with myregistry.com should use notary.internal.company.com
etc.

This also means more advanced authentication mechanism needs to be put in place #48.

@marcofranssen marcofranssen added the enhancement New feature or request label Aug 14, 2020
@marcofranssen
Copy link
Member Author

marcofranssen commented Jan 21, 2021

https://github.com/docker/cli/blob/2291f610ae73533e6e0749d4ef1e360149b1e46b/cli/trust/trust.go#L66-L79

Not configuring the Notary server might also be an option and have it resolve to the image domain. However this would require some kind of regex matching pattern on the target docker registry and sidecar to sent the traffic to either the registry or the notary server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant