Prepare FASJSON for the new certificate profile setting

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-10-14 10:58:08 +02:00
parent 5c71822352
commit ca8a00dc54
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
3 changed files with 64 additions and 57 deletions

View file

@ -15,6 +15,8 @@ items:
{{ load_file('start.sh') | indent(6) }} {{ load_file('start.sh') | indent(6) }}
httpd.conf: |- httpd.conf: |-
{{ load_file('httpd.conf') | indent(6) }} {{ load_file('httpd.conf') | indent(6) }}
fasjson.conf: |-
{{ load_file('fasjson.conf') | indent(6) }}
- apiVersion: v1 - apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:

View file

@ -46,6 +46,9 @@ spec:
readOnly: true readOnly: true
- name: httpdir - name: httpdir
mountPath: /httpdir mountPath: /httpdir
env:
- name: FASJSON_CONFIG_PATH
value: "/etc/fasjson/fasjson.conf"
livenessProbe: livenessProbe:
timeoutSeconds: 10 timeoutSeconds: 10
initialDelaySeconds: 10 initialDelaySeconds: 10

View file

@ -0,0 +1,2 @@
# The ID of the Certificate Profile to use in IPA
CERTIFICATE_PROFILE = "userCerts"