Azure-Samples / azure-spring-boot-samples

Spring Cloud Azure Samples
MIT License
173 stars 231 forks source link

Azure-spring-boot-starter-key vault-certificates support for azureclicredential builder #735

Open venkatprasad225 opened 11 months ago

venkatprasad225 commented 11 months ago

Query/Question

I would like to have support for deafaultcredentialbuilder so that local development will be easy Why is this not a Bug or a feature Request?

As we documentation it supports only managed identity or clientid/clientsecret based authentication. Which makes local development difficult Setup (please complete the following information if applicable):

Information Checklist

Netyyyy commented 11 months ago

Hi @venkatprasad225 , DefaultCredential only supported in spring-cloud-azure-starter-keyvault-certificates 4.x or 5.x version. you can try with the latest version(But TLS/mTLS are not supported).