Support Azure RBAC connection configs to connect to development Kubernetes Clusters
Elektronenvolt opened this issue · 0 comments
Is your feature request related to a problem? Please describe.
Remote debugging with Bridge to Kubernetes is a powerful feature to fast investigate issues in dev and test environments.
We use Azure RBAC with AKSArc clusters in our dev/test environment and developers don't have connections configs with client certificates, they get Azure RBAC configs. If we try to connect from Visual Studio with Bridge to Kubernetes it looks like this:
We don't want to give client certificate based cluster admin configs to everybody, but granting cluster admin access temporary in Azure AD is ok. Not everybody is cluster admin on all development clusters, only at the clusters you work on.
Mention what platform you want to support the new feature
Visual Studio, Visual Studio Code
Describe the solution you'd like
Allow to login with Azure AD connection configs and kubelogin
Describe alternatives you've considered
May "re-use" an existing connection to the cluster from a CLI or command line in Bridge to Kubernetes to connect?
Additional context