helm/helm

Helm session HTTP header

Open

#13.182 aberto em 16 de jul. de 2024

Ver no GitHub
 (18 comments) (0 reactions) (0 assignees)Go (7.602 forks)batch import
Stalefeaturehelp wanted

Métricas do repositório

Stars
 (29.815 stars)
Métricas de merge de PR
 (Mesclagem média 40d 17h) (48 fundiu PRs em 30d)

Description

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? :)

Guia do colaborador