Skip to content

Commit

Permalink
fix(ingress): make agent and controller related endpoints easier to m…
Browse files Browse the repository at this point in the history
…anage in the future
  • Loading branch information
portswigger-tim committed Jan 18, 2024
1 parent 31aaf6a commit 25a25c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion charts/burpsuite/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: burpsuite
description: Scan it all. With the enterprise-enabled dynamic web vulnerability scanner.
type: application
version: 0.0.5-alpha.19
version: 0.0.5-alpha.20
kubeVersion: ">=1.24.0-0"
keywords:
- burpsuite
Expand Down
25 changes: 2 additions & 23 deletions charts/burpsuite/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,14 @@ spec:
port:
name: http-web
{{- if $.Values.ingress.expose.websocket }}
- path: /scan_controller/ws
- path: /scan-controller/
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
port:
name: http-agent-ws
- path: /agent/ws
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
port:
name: http-agent-ws
- path: /agent/update
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
port:
name: http-agent-ws
- path: /agent/api/v1/license_activation
pathType: ImplementationSpecific
backend:
service:
name: {{ $fullName }}
port:
name: http-agent-ws
- path: /agent/api/v1/scanning-machine/logs
- path: /agent/
pathType: ImplementationSpecific
backend:
service:
Expand Down

0 comments on commit 25a25c2

Please sign in to comment.