Skip to content
Snippets Groups Projects
Verified Commit ccfc8d4c authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridana podpora pro vetsi casti konfigu

parent 80b4944d
Branches
No related tags found
No related merge requests found
Pipeline #174 passed
......@@ -38,31 +38,13 @@ client-id: ${CLIENT_ID}
client-secret: ${CLIENT_SECRET}
discovery-url: ${DISCOVERY_URL}
encryption-key: ${ENCRYPTION_KEY}
enable-default-deny: true
listen: ${LISTEN}
upstream-url: ${UPSTREAM_URL}
tls-cert: /etc/gatekeeper/cert.pem
tls-private-key: /etc/gatekeeper/key.pem
enable-cors: true
cors-origins:
- '*'
cors-methods:
- GET
- POST
- OPTIONS
- HEAD
- DELETE
cors-headers:
- authorization
- content-type
- Cookie
- authorization
- content-type
- accept
- x-requested-with
- origin
- referer
enable-default-deny: true
${CUSTOM_CONFIG}
resources:
${RESOURCES}
" > /etc/gatekeeper/gatekeeper.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment