Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion internal/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
PoolerId string
ApiHost string
ApiPort uint16
BearerToken string

Check failure on line 100 in internal/start/start.go

View workflow job for this annotation

GitHub Actions / Lint

G117: Exported struct field "BearerToken" (JSON key "BearerToken") matches secret pattern (gosec)
QueryToken string
}

Expand All @@ -114,7 +114,7 @@
)

type vectorConfig struct {
ApiKey string

Check failure on line 117 in internal/start/start.go

View workflow job for this annotation

GitHub Actions / Lint

G117: Exported struct field "ApiKey" (JSON key "ApiKey") matches secret pattern (gosec)
VectorId string
LogflareId string
KongId string
Expand Down Expand Up @@ -502,7 +502,6 @@
// Ref: https://github.com/Kong/kong/issues/3974#issuecomment-482105126
"KONG_NGINX_PROXY_PROXY_BUFFER_SIZE=160k",
"KONG_NGINX_PROXY_PROXY_BUFFERS=64 160k",
"KONG_NGINX_WORKER_PROCESSES=1",
// Use modern TLS certificate
"KONG_SSL_CERT=/home/kong/localhost.crt",
"KONG_SSL_CERT_KEY=/home/kong/localhost.key",
Expand Down
Loading