Skip to content
Snippets Groups Projects
Commit 784f780c authored by Guillaume Samson's avatar Guillaume Samson
Browse files

test/configuration: Allow server-snippets

Related to swh/infra/sysadm-environment#5165
parent 2c089787
No related branches found
No related tags found
1 merge request!255test/webhooks: Deny all non-internal access to save/origin/visit/webhook
......@@ -11,12 +11,6 @@ svix:
cert-manager.io/cluster-issuer: letsencrypt-production-gandi
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/server-snippet: |
location /save/origin/visit/webhook {
allow 10.42.0.0/16;
allow 10.43.0.0/16;
deny all;
}
whitelistSourceRange:
# cluster internal range ip
- 10.42.0.0/16
......
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