Skip to content

Commit

Permalink
docs: add aad-pod-identity migration to the docs(faq) (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Feb 3, 2023
1 parent c65be44 commit bb7170f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ Required permissions to create/update/delete federated identity credential:

- `Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/write`
- `Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials/delete`

## How to migrate from `aad-pod-identity`?

You can refer to [this link](https://learn.microsoft.com/en-us/azure/aks/workload-identity-migrate-from-pod-identity) for more information.

tl;dr:

1. If you use DefaultAzureCredential in your workload, you can update the azure identity sdk version to the latest that supports workload identity (ref: [link](https://azure.github.io/azure-workload-identity/docs/topics/language-specific-examples/azure-identity-sdk.html)).
2. If you still have workloads that get managed identity token from IMDS, you can annotate the pod to get a proxy sidecar injected, that'll do the token exchange with the new flow.

0 comments on commit bb7170f

Please sign in to comment.