I want to establish a connection between Azure key vault to On-prem data gateway, due to some access policies i was not able to allow the power automate public Ip's in order to connect the key vault.
Now i want to use the Gateway in between key vault and flow, so that i will whitelist the gateway Ip to fetch the secrets, can anyone please share the suggestions if any.
Getting the below error while using get secret action in cloud flow
Could not retrieve values. The dynamic invocation request failed with error: {
"status": 403,
"message": "Operation failed because client does not have permission to perform the operation on the key vault. Please check your permissions in the key vault access policies bbbd5ad4-c4e6-4100-bcd2-3edbd39098a4",
"error": {
"message": "Operation failed because client does not have permission to perform the operation on the key vault. Please check your permissions in the key vault access policies
},
"source": "keyvault-ncus.azconn-ncus-001.p.azurewebsites.net"
}.