Hi,
My flow uses environment variables which links to Azure key vault to get the API secrets.
The Dataverse RetrieveEnvironmentVariableSecretValue action is used by a service account with Azure Key Vault Contributor permissions.
The flow was setup and working well for a number of months.
Suddenly I have a number of flows failing on the dataverse action that retrieves the secret from KV giving the reason that the 'user' (service account) hasn't got permissions to access the secret. Nothing changed and it was working before?
{
"error": {
"code": "0x80040216",
"message": "Error occured while reading secret: User is not authorized to read secrets from '/subscriptions/...' resource."
}
}
I checked and the service account still has the contributor permission level.
What else can I check? Thank you for your help!
Regards,
Daniel