From db27331a16396e845e3163a8bfaa3b1cc94f1e82 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 9 May 2019 12:49:02 +0200 Subject: [PATCH] ipsilon: Inject other secrets Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/templates/configmap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ipsilon/templates/configmap.yml b/roles/ipsilon/templates/configmap.yml index 0b00c23c48..abf5b24e34 100644 --- a/roles/ipsilon/templates/configmap.yml +++ b/roles/ipsilon/templates/configmap.yml @@ -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() }}