You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this suggestion! Now that we have WithContext methods, this change is quite easy. I have a PR that takes care of all of our current auth helpers in on shot: #14775
Is your feature request related to a problem? Please describe.
Today the Login method via Kubernetes receives a context but does not use it: api/auth/kubernetes/kubernetes.go#L70
Describe the solution you'd like
Using the latest version of the api, we can solve this problem like this:
api/auth/kubernetes/kubernetes.go#L77
Describe alternatives you've considered
N/A
Explain any additional use-cases
N/A
The text was updated successfully, but these errors were encountered: