Azure / AKS-Edge

Welcome to the Azure Kubernetes Service (AKS) Edge repo.
MIT License
53 stars 34 forks source link

enable workloadidentity for AIO #188

Open jagadishmurugan opened 1 month ago

jagadishmurugan commented 1 month ago

Verification steps:

  1. Download connectedk8s private bits containing implementation for --enable-oidc-issue flags
  2. Download & install helm
  3. .\aksEdgeQuickStartForAio.ps1 -Location "eastus" -SubscriptionId -TenantId "72f988bf-86f1-41af-91ab-2d7cd011db47" -ClusterName "" -ResourceGroupName aksee-arc-testframework -connectedK8sPrivateWhlPath "path-to-connectedk8s-1.6.8_private-py2.py3-none-any.whl" -helmPath "path-to-helm.exe" -Tag "test-v0.2"

Note: This change is not intended to be committed as it uses private bits. Once the prod bits from Arc team is available, we should make minor modifications to use the correct arc module versions and change repo/tag back point to Azure (main fork).

seanyen commented 1 month ago

I can see you add the code to consume the private bits and enable workload identity when Arc connecting the cluster. LGTM.