Azure Workload Identity #2217
Unanswered
dks0296586
asked this question in
General
Replies: 1 comment 1 reply
-
|
I haven't tried it myself but feel free to open a feature request |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone configured Promitor to use Azure Workload Identity in place of aad-pod-identity?
I've been trying to get it setup based on the azwi quick start docs and made a fair amount of progress.
The problem is I am getting the following error on Promitor resource discovery startup:
Microsoft.Identity.Client.MsalServiceException: AADSTS70021: No matching federated identity record found for presented assertion. Assertion Issuer: 'https://eastus.xxxx.xxxxxx.azure.com/xxxxxxx/xxxxxxxxx/'. Assertion Subject: 'system:serviceaccount:promitor:workload-identity-sa'. Assertion Audience: 'api://AzureADTokenExchange'. https://docs.microsoft.com/en-us/azure/active-directory/develop/workload-identity-federationI've checked the issuer url in the federated credential has the trailing '/' like called out in thr AZWI troubleshooting steps, but not having any luck.
I've tried letting the helm chart create and label/annotate a service account and I've also created a service account manually, and neither have worked.
Beta Was this translation helpful? Give feedback.
All reactions