feat: add oidc provisioning for opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
59cd27a031
commit
2dc9097707
4 changed files with 52 additions and 1 deletions
13
roles/opencloud/templates/csp-override.yaml.j2
Normal file
13
roles/opencloud/templates/csp-override.yaml.j2
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
directives:
|
||||
connect-src:
|
||||
- "'self'"
|
||||
- "blob:"
|
||||
- "https://raw.githubusercontent.com/opencloud-eu/awesome-apps/"
|
||||
- "https://update.opencloud.eu/"
|
||||
{% for url in opencloud_csp_extra_connect_src %}
|
||||
- "{{ url }}"
|
||||
{% endfor %}
|
||||
script-src:
|
||||
- "'self'"
|
||||
- "'unsafe-inline'"
|
||||
- "'unsafe-eval'"
|
||||
Loading…
Add table
Add a link
Reference in a new issue