ipsilon: Inject other secrets

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 12:49:02 +02:00
parent cadfe7c98a
commit db27331a16

View file

@ -86,8 +86,8 @@ data:
openidc.static.cfg: |-
{{ lookup('file', '{{ private }}/files/ipsilon/openidc.{{env}}.static') | indent() }}
openidc.key: |-
# TODO
{{ lookup('file', '{{ private }}/files/ipsilon/openidc{{ env_suffix }}.key') | indent() }}
saml2_idp.key: |-
# TODO
{{ lookup('file', '{{ private }}/files/saml2/{{ env }}/keys/idp.key') | indent() }}
saml2_idp.crt: |-
# TODO
{{ lookup('file', '{{ private }}/files/saml2/{{ env }}/keys/idp.crt') | indent() }}