Skip to content

Commit

Permalink
Add https-batch to allowed formats
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklas-dohrn committed Jul 1, 2024
1 parent 519dda6 commit 3a62859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/ingress/bindings/filtered_binding_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"code.cloudfoundry.org/loggregator-agent-release/src/pkg/egress/syslog"
)

var allowedSchemes = []string{"syslog", "syslog-tls", "https"}
var allowedSchemes = []string{"syslog", "syslog-tls", "https", "https-batch"}

type IPChecker interface {
ResolveAddr(host string) (net.IP, error)
Expand Down

0 comments on commit 3a62859

Please sign in to comment.