Eirik A
Eirik A
This is now supported for rustls via https://github.com/kube-rs/kube/pull/1104 thanks to @MikailBag 's initial PR and it's released in 0.77.0. Unfortunately, it is not done for openssl yet (where the upstream...
Someone would have to step up to do that type of slog though. As a potential alternative; we just closed all the rustls issues on `main` after the last rustls/hyper-rustls...
closed in favour of #1375
Upon further inspection, there appears to be two issues here. The above config in this issue is using `exec` with `oidc-login` shellout which __should__ still work using existing structures, but...
As a progress note, we now have support for oidc refresh under the `kube/oidc` feature from #1229 resulting from the previous comment. Previously we had oidc bearer token handling only....
Hey @mateiidavid ! We have not started looking at this yet, so if you have time to look at getting the base functionality of this working, then that would indeed...
As per 0.77.0, we now use @MikailBag 's idea of passing `tls-server-name = kubernetes.default.svc` by default for rustls and this should at least provide a better workaround for rustls.
Closing this along with all other leader election PRs for now as per #485.
Hm, crd specification wise, I feel like the schema should really generate those objects (`origin` and `target`) with a `x-preserve-unknown-fields` specifier (see #31) so that we know that it's worth...
We did a partial step in this direction in https://github.com/kube-rs/kopium/pull/230 but i believe there's probably one more step like that.