Move sigul bridge to krb
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f2be25eeaa
commit
cf95545631
2 changed files with 3 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Setup primary koji config file
|
- name: Setup primary koji config file
|
||||||
copy: src=koji-primary.conf dest=/etc/koji-primary.conf owner=root group=root mode=644
|
template: src=koji-primary.conf.j2 dest=/etc/koji-primary.conf owner=root group=root mode=644
|
||||||
when: inventory_hostname.startswith('sign') and env == "production"
|
when: inventory_hostname.startswith('sign') and env == "production"
|
||||||
|
|
||||||
- name: Setup primary stg koji config file
|
- name: Setup primary stg koji config file
|
||||||
|
|
|
@ -16,9 +16,5 @@ topurl = https://kojipkgs.fedoraproject.org/
|
||||||
|
|
||||||
anon_retry = true
|
anon_retry = true
|
||||||
|
|
||||||
;client certificate
|
krb_principal = sigul/{{ inventory_hostname }}@{{ krb_realm }}
|
||||||
cert = /etc/sigul/fedora.cert
|
keytab = /etc/krb5.sigul_{{ inventory_hostname }}.keytab
|
||||||
|
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
|
||||||
serverca = /etc/sigul/fedora-server-ca.cert
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue