oidc-parent/deployment/roles/oidc_idp/templates/idp_config.toml.j2
Jan Dittberner 2bfa210140 Add oidc_idp role
- Deploy cacert-idp from oidc_idp subdirectory
- configure systemd and start cacert-idp service
2022-08-19 16:40:52 +02:00

2 lines
120 B
Django/Jinja

[security]
csrf.key = "{{ idp_csrf_key | default(lookup('community.general.random_string', length=32, base64=true)) }}"