issues
search
brancz
/
kube-rbac-proxy
Kubernetes RBAC authorizing HTTP proxy for a single upstream.
Apache License 2.0
587
stars
189
forks
source link
proposal for http2: enable to disable, limit http2 resources
#265
Closed
ibihim
closed
1 year ago
ibihim
commented
1 year ago
What
close HTTP/2 connections on unauthenticated users
set max streams per connection to 100
set max frame size and stream buffer to 256kb.
enable to disable HTTP/2 completely
Why
Golang fixes might be not enough
link
What
Why