Open velvia opened 3 years ago
Hey @velvia, I'm glad you like it. I think It is a known issue of the underlying lib used to communicate with K8s. Could you please check this issue out? https://github.com/clux/kube-rs/issues/238
Hmmm… it’s not clear to me, that issue was closed, does it mean it is now resolved?
On Apr 18, 2021, at 11:41 PM, Furkan Türkal @.***> wrote:
Hey @velvia https://github.com/velvia, I'm glad you like it. I think It is a known issue of the underlying lib used to communicate with K8s. Could you please check this issue out? clux/kube-rs#238 https://github.com/clux/kube-rs/issues/238 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Dentrax/kubesql/issues/1#issuecomment-822212885, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIDPW2YLNQBI2VMFTLSZ5LTJPGBNANCNFSM43E2GZGA.
I'm not sure exactly, but maybe you did misconfigure your kubeconfig?
No it’s not the kubeconfig, the exception clearly states that azure authentication is not yet supported.
On Apr 19, 2021, at 6:42 AM, Furkan Türkal @.***> wrote:
I'm not sure exactly, but maybe you did misconfigure your kubeconfig?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Dentrax/kubesql/issues/1#issuecomment-822476190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIDPW6XEWV6HALX7D2Q6JDTJQXMBANCNFSM43E2GZGA.
Hey @clux, sorry for pinging, have you any ideas here? Azure auth method is falling this line, I guess. Have you any idea why azure is commented out?
Ah, I think that might be due to a bigger refactor around oauth, sorry :(
We never technically implemented the auth providers right until recently, but I guess it kind of worked anyway. I have opened an issue on our end. Thanks for the heads up.
You can bypass oauth flow by doing service-account style auth. Maybe that's why people have not complained before :thinking:
This is an awesome project! Would love if azure support could be added. If I had lots of time could potentially help here.