Vishal Kuo
Vishal Kuo
This is a bug and needs to be addressed. I don't have bandwidth right now but would review a PR
For folks that need this behavior, I _think_ you can implement this locally by creating a `when_ready` hook that has the exact same behavior here: basically spawn a background monitor...
I think we just want to manage all our authn via `guard` instead of dividing it between guard and the kubectl API. I'm not sure if there's another easier way...
I imagine what we'd want is a new `provider` [here](https://github.com/appscode/guard/tree/master/auth/providers) of type `generic` or `keyclock`. This provider would probably be similar to the google one as it'll verify claims and...
@autrilla can we possibly push for a review sooner? It seems like we're still some while away from go-toml v2. Unless we expect the API to dramatically change, it might...
Will take a look and submit pull request when possible