Override configuration options via Environment
It would be nice to be able to override config options via the environment as the docker registry currently does.
https://docs.docker.com/registry/configuration/#/override-specific-configuration-options
yes, sounds good to me. as always - PRs welcome.
Seems like this is what's needed: https://github.com/docker/distribution/blob/master/configuration/configuration.go https://github.com/docker/distribution/blob/master/configuration/parser.go
Do you think this will be difficult to integrate?
yes, i think taht since auth server is a companion to the registry, it should use the same configurations scheme. ideally - just directly reuse the one used by the registry. however, this seems like a blocker - we have fields with underscores already. maybe something to consider for 2.0