mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 11:04:49 +00:00
fix(proxy): allow X-Registry-Config header [BE-13056] (#3078)
This commit is contained in:
@@ -24,6 +24,7 @@ var allowedHeaders = map[string]struct{}{
|
||||
"X-Portaineragent-Target": {},
|
||||
"X-Portainer-Volumename": {},
|
||||
"X-Registry-Auth": {},
|
||||
"X-Registry-Config": {},
|
||||
"X-Stream-Protocol-Version": {},
|
||||
// WebSocket headers those are required for kubectl exec/attach/port-forward operations
|
||||
"Sec-Websocket-Key": {},
|
||||
|
||||
Reference in New Issue
Block a user