Hi,
I am trying to connect to a secret which definitely exists in an instance of Azure Key Vault from an OData service service deployed on Kubernetes cluster environment. When I do, I get the following exception in response:
{
"@odata.context": "http://***********.*******cloud.io/odata/$metadata#Edm.String",
"value": "Operation returned an invalid status code 'NotFound'"
}
But, I when try to connect to the same secret from the same Odata service deployed on the following, I am able to get thru successfully.
- Azure VM
- Localhost
Regards
Raj
Regards Raj