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