spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

Integration of Spring Vault with azure key vault #710

Closed Nidhi-Tanwar14 closed 2 years ago

Nidhi-Tanwar14 commented 2 years ago

This can be a good new feature

Nidhi-Tanwar14 commented 2 years ago

From the Spring Vault offical site](https://spring.io/projects/spring-vault#overview), it supports HashiCorp’s Vault, and there are some examples with HashiCorp’s Vault. Does it support Azure key vault natively please?

From the azure documentation - (https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-key-vault), springboot starter is

com.azure.spring azure-spring-boot-starter-keyvault-secrets

So, can there be provision for the spring vault integration with the azure key vault?

Thanks a lot.

Nidhi-Tanwar14 commented 2 years ago

According to the Spring Vault project's documentation, it can only be used with Hashicorp Vault. Any possibility of using it with any other Vault service providers

mp911de commented 2 years ago

Azure Key Value is something different than HashiCorp Vault. Azure KeyValut can be used through Spring Cloud Azure.