Workload Identity (OIDC) for AKS

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 8

  • @jamalashraf7957
    @jamalashraf7957 ปีที่แล้ว +1

    I am getting this error --> F1206 09:02:03.164100 1 main.go:15] KEYVAULT_URL environment variable is not set

  • @SwatiKhandelwal-lu4nt
    @SwatiKhandelwal-lu4nt ปีที่แล้ว +1

    It is asking for many parameter for env which include federated file, how did you not get that value?

  • @smartaquarius2021
    @smartaquarius2021 ปีที่แล้ว

    Enable workload identity feature is in preview and not prod ready yet. Can any share the video to setup same using open source project.

  • @xville8642
    @xville8642 8 หลายเดือนก่อน

    can you give the managed identity RBAC roles on the keyvault instead of using Access Policies? ?

    • @adamsebetich9290
      @adamsebetich9290 6 หลายเดือนก่อน

      yes, that is exactly right. RBAC on key vault is a bit less granular than access policies, but i believe azure wants to move towards rbac for all things anyways

  • @jakepyrett1715
    @jakepyrett1715 9 หลายเดือนก่อน

    Thanks for video. Was excellent

  • @jamalashraf7957
    @jamalashraf7957 ปีที่แล้ว

    Great VIDEO! sir would you please tell me that how can i set these env variables in Azure CLI? I am stuck here

  • @raghur5678
    @raghur5678 ปีที่แล้ว

    i have created workload-identity-sa like this
    apiVersion: v1
    kind: ServiceAccount
    metadata:
    annotations:
    azure.workload.identity: XXX-XXXX-XXX-XXXX
    labels:
    azure.workload.identity/use: "true"
    name: workload-identity-sa
    namespace: backend-services
    via yaml from kubernetes ,but its not created
    and after running this. i am deploying pods into Cluster getting error like Azure.Identity.AuthenticationFailedException: ClientAssertionCredential authentication failed: AADSTS70021: No matching federated identity record found for presented assertion.