Skip to content

Commit

Permalink
Block openapi endpoints (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Oct 22, 2024
1 parent 5fa57f9 commit 4313163
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|admin|datasources|connections/datasources) {
location ~ ^/(swagger|metrics|admin|datasources|connections/datasources|openapi) {
return 403;
}

Expand Down

0 comments on commit 4313163

Please sign in to comment.