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

Pokus z CORS

parent eac56526
No related branches found
No related tags found
No related merge requests found
Pipeline #170 passed
...@@ -44,6 +44,11 @@ upstream-url: ${UPSTREAM_URL} ...@@ -44,6 +44,11 @@ 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-methods:
- GET
- POST
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