microsoft / azure-spring-boot

Spring Boot Starters for Azure services
MIT License
374 stars 460 forks source link

Possibility to specify multiple KeyVaults to connect to #955

Closed DeSmetMaarten closed 2 years ago

DeSmetMaarten commented 2 years ago

in the issue "Possibility to specify multiple KeyVaults to connect to and mount all secrets as config props. #759" there is a link added to point to information on how to connect multiple keyvaults to a spring boot but the link(https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-starter-keyvault-secrets#multiple-key-vault-support) does not work anymore #759

chenrujun commented 2 years ago

Hi, @DeSmetMaarten, thanks for reaching out.

Multiple KeyVaults is still supported.

Could you please try this sample? https://github.com/Azure-Samples/azure-spring-boot-samples/blob/spring-cloud-azure_v4.4.0/keyvault/spring-cloud-azure-starter-keyvault-secrets/property-source/src/main/resources/application.yml

chenrujun commented 2 years ago

Closing this issue because there is no response for a long time.