We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d4c4a commit dd45a62Copy full SHA for dd45a62
staging/src/k8s.io/apiserver/pkg/audit/request.go
@@ -38,7 +38,7 @@ import (
38
)
39
40
const (
41
- maxUserAgentLength = 1024
+ maxUserAgentLength = 16384
42
userAgentTruncateSuffix = "...TRUNCATED"
43
44
0 commit comments