Rename auth.token.rootCertBundle yml field
Renames auth.token.rootCertBundle field in registry config to rootcertbundle so that the REGISTRY_AUTH_TOKEN_ROOTCERTBUNDLE environment variable will override it. See ()[https://github.com/docker/distribution/blob/master/configuration/parser.go#L155] Signed-off-by: Donald Huang <don.hcd@gmail.com>
This commit is contained in:
parent
3e906311c6
commit
b87459b363
2 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ func TestAccessController(t *testing.T) {
|
|||
"realm": realm,
|
||||
"issuer": issuer,
|
||||
"service": service,
|
||||
"rootCertBundle": rootCertBundleFilename,
|
||||
"rootcertbundle": rootCertBundleFilename,
|
||||
}
|
||||
|
||||
accessController, err := newAccessController(options)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue