Merge pull request #2362 from twistlock/populate_htpasswd
Create and populate htpasswd file if missing
This commit is contained in:
commit
90705d2fb8
5 changed files with 96 additions and 5 deletions
|
@ -11,6 +11,10 @@ http:
|
|||
addr: :5000
|
||||
headers:
|
||||
X-Content-Type-Options: [nosniff]
|
||||
auth:
|
||||
htpasswd:
|
||||
realm: basic-realm
|
||||
path: /etc/registry
|
||||
health:
|
||||
storagedriver:
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue