reg/testutils/configs/basicauth.yml
Jess Frazelle aa124e3ecb
update tests
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-06-05 20:15:21 -04:00

22 lines
431 B
YAML

version: 0.1
log:
level: debug
formatter: text
fields:
service: registry
storage:
filesystem:
rootdirectory: /var/lib/registry
http:
addr: 0.0.0.0:5000
headers:
X-Content-Type-Options: [nosniff]
host: https://localhost:5000
tls:
certificate: /etc/docker/registry/ssl/cert.pem
key: /etc/docker/registry/ssl/key.pem
auth:
htpasswd:
realm: basic-realm
path: /etc/docker/registry/htpasswd