Relative Content

Tag Archive for spring-bootdockerfileazure-keyvault

SpringBoot in Docker unable to connect to Azure Key vault

I’m creating a Spring boot application that connecting to Azure Vault to get configurations. But when my project running inside Docker is running, it failed as it connect connect to the Azure vault. Is there anything I missed in my Dockerfile?