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

Zmena nastaveni CORS

parent ee8b1782
No related branches found
No related tags found
No related merge requests found
Pipeline #172 passed
...@@ -45,10 +45,16 @@ upstream-url: ${UPSTREAM_URL} ...@@ -45,10 +45,16 @@ upstream-url: ${UPSTREAM_URL}
tls-cert: /etc/gatekeeper/cert.pem tls-cert: /etc/gatekeeper/cert.pem
tls-private-key: /etc/gatekeeper/key.pem tls-private-key: /etc/gatekeeper/key.pem
cors-origins: cors-origins:
- '*' - '*'
cors-methods: cors-methods:
- GET - GET
- POST - POST
- OPTIONS
- HEAD
- DELETE
cors-headers:
- authorization
- content-type
resources: resources:
${RESOURCES} ${RESOURCES}
" > /etc/gatekeeper/gatekeeper.conf " > /etc/gatekeeper/gatekeeper.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment