helm/helm

Helm session HTTP header

Open

#13 182 ouverte le 16 juil. 2024

Voir sur GitHub
 (18 commentaires) (0 réactions) (0 assignés)Go (7 602 forks)batch import
Stalefeaturehelp wanted

Métriques du dépôt

Stars
 (29 815 stars)
Métriques de merge PR
 (Merge moyen 40j 17h) (48 PRs mergées en 30 j)

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

Guide contributeur