Reputation: 47
I am new to Azure. I want to use Azure KeyVault
to store secrets like passwords. I have successfully created All steps which mentioned in Microsoft website. And also able to get secrets (passwords from KeyVault
) in our local environment by using Springboot
application.properties .
But getting 403 Access denied
error when I tried the same in Azure Cloud. It is not generated in local tomcat server. Please suggest me to resolve this issue.
Expected password, but getting 403
.
Upvotes: 1
Views: 3505
Reputation: 595
In PowerShell run these commands to verify if key vault has right access permissions.
you can also check out this link which i think may help you.
Upvotes: 1