Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.97k stars 308 forks source link

Trusted Access #3494

Open CocoWang-wql opened 1 year ago

CocoWang-wql commented 1 year ago

Trusted Access allows services to securely connect to AKS and Kubernetes via the Azure backend without requiring private endpoint. Instead of relying on identities with Microsoft Azure Active Directory (Azure AD) permissions, this feature can use your system-assigned managed identity to authenticate with the managed services and applications you want to use on top of AKS.

MS doc: https://learn.microsoft.com/en-us/azure/aks/trusted-access-feature

CocoWang-wql commented 1 year ago

The ETA for trusted access is about 15th Nov.

loopfish commented 11 months ago

Hi folks, how come this was moved from GA back to Public Preview? Is there some critical feature(s) not yet ready?

gleb-boushev-effem commented 10 months ago

bump

CocoWang-wql commented 10 months ago

Hello @loopfish , The Trusted Access API is GA. We provide GA support for CLI, however it's still in preview and requires the aks-preview extension. The GA ETA for CLI is about middle of Feb and we will announce whole feature GA at that time. Thanks for the feedback.