helm/helm

Helm session HTTP header

Open

#13.182 aperta il 16 lug 2024

Vedi su GitHub
 (18 commenti) (0 reazioni) (0 assegnatari)Go (7602 fork)batch import
Stalefeaturehelp wanted

Metriche repository

Star
 (29.815 star)
Metriche merge PR
 (Merge medio 40g 17h) (48 PR mergiate in 30 g)

Descrizione

Hey there!

kubectl has this nice kubectl-session header when doing multiple requests to the Kubernetes API, which can help for many things in the middle (e.g. stickiness based on HTTP headers, audit, etc.) by giving a unique id related to a single command from the end user.

From what I've seen, Helm doesn't have a session header. Is there any way to know from a MITM perspective which requests are grouped together? If not, how would you feel about adding a helm-session header? :)

Guida contributor