Skip to content

Commit

Permalink
Block a few more things
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 21, 2024
1 parent dc1dcdb commit d4579da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ingress:
annotations:
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
location ~ ^/(swagger|metrics) {
location ~ ^/(swagger|metrics|admin|datasources|connections/datasources) {
return 403;
}

Expand Down

0 comments on commit d4579da

Please sign in to comment.