Prepare FASJSON for the new certificate profile setting
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
5c71822352
commit
ca8a00dc54
3 changed files with 64 additions and 57 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
roles/openshift-apps/fasjson/templates/fasjson.conf
Normal file
2
roles/openshift-apps/fasjson/templates/fasjson.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# The ID of the Certificate Profile to use in IPA
|
||||||
|
CERTIFICATE_PROFILE = "userCerts"
|
Loading…
Add table
Add a link
Reference in a new issue