Azure / AppConfiguration

Questions, feedback and samples for Azure App Configuration service
MIT License
240 stars 73 forks source link

App Configuration Provider for Java (Non Spring Boot) #661

Open DhavalShewale opened 2 years ago

DhavalShewale commented 2 years ago

While we have a great library - azure-spring-cloud-appconfiguration-config for spring boot based java applications but we currently lack a java provider for applications that work on normal spring configuration.

While spring boot is the new technology that has been on the trend for quite some time, there would be quite a few projects which have been developed and running since several years using normal spring configuration. This is a new feature request to create a new app configuration provider for java to support non spring boot applications.

zhenlan commented 2 years ago

@DhavalShewale the App Config Java SDK can be used in generic Java applications. Does that solve your need?

https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-data-appconfiguration

DhavalShewale commented 2 years ago

@zhenlan This is a java SDK for app configuration but it does not resolve key-vault referenced secrets. This feature request is for an app configuration provider that can auto resolve key-vault referenced secrets.