ipsilon: Inject other secrets
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
cadfe7c98a
commit
db27331a16
1 changed files with 3 additions and 3 deletions
|
@ -86,8 +86,8 @@ data:
|
||||||
openidc.static.cfg: |-
|
openidc.static.cfg: |-
|
||||||
{{ lookup('file', '{{ private }}/files/ipsilon/openidc.{{env}}.static') | indent() }}
|
{{ lookup('file', '{{ private }}/files/ipsilon/openidc.{{env}}.static') | indent() }}
|
||||||
openidc.key: |-
|
openidc.key: |-
|
||||||
# TODO
|
{{ lookup('file', '{{ private }}/files/ipsilon/openidc{{ env_suffix }}.key') | indent() }}
|
||||||
saml2_idp.key: |-
|
saml2_idp.key: |-
|
||||||
# TODO
|
{{ lookup('file', '{{ private }}/files/saml2/{{ env }}/keys/idp.key') | indent() }}
|
||||||
saml2_idp.crt: |-
|
saml2_idp.crt: |-
|
||||||
# TODO
|
{{ lookup('file', '{{ private }}/files/saml2/{{ env }}/keys/idp.crt') | indent() }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue