Switch candidate registry over to password auth
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ccf122c742
commit
f7a0fe0694
3 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
/C=US/ST=North Carolina/O=Fedora Project/OU=Fedora Builders/CN=containerbuild/emailAddress=buildsys@fedoraproject.org:xxj31ZMTZzkVA
|
|
@ -1 +0,0 @@
|
|||
/C=US/ST=North Carolina/L=Raleigh/O=Fedora Project/OU=INTERNAL certificates/CN=Fedora STAGING registry push:xxj31ZMTZzkVA
|
|
@ -18,7 +18,7 @@
|
|||
- fedora-web/candidate-registry
|
||||
|
||||
- name: Copy over the registry passwd
|
||||
copy: src="passwd-{{env}}" dest=/etc/httpd/conf.d/candidate-registry.fedoraproject.org/passwd
|
||||
copy: src="{{private}}/files/docker-registry/{{env}}/candidate-htpasswd" dest=/etc/httpd/conf.d/candidate-registry.fedoraproject.org/passwd
|
||||
owner=root group=root mode=0644
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue