Skip to content

Commit

Permalink
Mitigate three security vulnerabilties. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
axisofentropy authored Nov 15, 2023
1 parent d467f9d commit 12a26ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/uffizzi-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: uffizzi-controller
version: 2.2.10
version: 2.3.0
kubeVersion: ">= 1.21.6-0" # https://issuetracker.google.com/issues/77503699
description: "A smart proxy service that handles requests from Uffizzi App to the Kubernetes API - 1 of 3 services (controller, uffizzi_app, uffizzi_cli) that comprise the uffizzi full-stack previews engine which automates trigger-based on-demand preview environments"
type: application
Expand Down
2 changes: 2 additions & 0 deletions charts/uffizzi-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ cert-manager: # dependency

ingress-nginx:
controller:
enableAnnotationValidations: true
config:
proxy-body-size: "100m"
proxy-buffer-size: "128k"
strict-validate-path-type: true
extraArgs:
enable-ssl-passthrough: true

Expand Down

0 comments on commit 12a26ac

Please sign in to comment.