PLanet: fix krb5.conf path
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
4479551510
commit
2c65aaf8e9
2 changed files with 11 additions and 11 deletions
|
@ -23,7 +23,7 @@ spec:
|
||||||
image: image-registry.openshift-image-registry.svc:5000/planet/planet:latest
|
image: image-registry.openshift-image-registry.svc:5000/planet/planet:latest
|
||||||
env:
|
env:
|
||||||
- name: KRB5_CONFIG
|
- name: KRB5_CONFIG
|
||||||
value: '/etc/krb5.conf'
|
value: '/etc/krb5/krb5.conf'
|
||||||
name: KRB5_CLIENT_KTNAME
|
name: KRB5_CLIENT_KTNAME
|
||||||
value: '/etc/keytabs/http'
|
value: '/etc/keytabs/http'
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -11,15 +11,15 @@ includedir /etc/krb5.conf.d/
|
||||||
dns_lookup_kdc = false
|
dns_lookup_kdc = false
|
||||||
|
|
||||||
[realms]
|
[realms]
|
||||||
{{ ipa_realm }} = {
|
{{ ipa_realm }} = {
|
||||||
default_domain = {{ ipa_realm | lower }}
|
default_domain = {{ ipa_realm | lower }}
|
||||||
pkinit_anchors = FILE:/etc/ipa/ca.crt
|
pkinit_anchors = FILE:/etc/ipa/ca.crt
|
||||||
pkinit_pool = FILE:/etc/ipa/ca.crt
|
pkinit_pool = FILE:/etc/ipa/ca.crt
|
||||||
}
|
}
|
||||||
|
|
||||||
[domain_realm]
|
[domain_realm]
|
||||||
{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
.{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
.{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
.{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
.{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
fasjson{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
fasjson{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue