-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am Facing Authentication failed for Active Directory Tenant when attempting to publish my named value has a reference to a KV #432
Comments
|
I believe you need to enabled System Identity on your APIM instance and grant access to the identity to your keyvault to read the secrets. |
Since it looks like an authentication issue, I would suggest testing with the portal. Create a named value pointing to that Key Vault secret, and if it works, run the extractor to see the generated artifact in |
yes that was done, I have created a named value pointing to a Key Vault on DEV instance and extracted, this how it's look like publishing back to DEV works absolutely perfect, we are using managed identity and it's has a full access to KV |
issue is resolved, issue was on network side, thanks for help |
Please describe the feature.
"Authentication failed for Active Directory Tenant: 'https://login.microsoftonline.com/***' ClientId: '########-5e10-47b0-8ef4-e1a21b95ffa2' CorrelationId: '', exception: 'An error occurred while sending the request.'.","details":null}}'.
When I am publishing the named value I facing this issue, my named value has a reference to a KV and a secret.
In APIM I see activity log, it shows an attempt to create a named value and also showing the correlationId, Erro stating that it's Null.
The text was updated successfully, but these errors were encountered: