-
Notifications
You must be signed in to change notification settings - Fork 456
Spring boot Application hangs and does not start with Azure Key Vault Starter dependency when asked to bring all keys from key vault #909
Comments
The above issue is solved with adding the below property But now it gives a new error: |
dependency tree: [INFO] com.m3cg.us:M3CGIoTWebAPi:jar:0.0.1-SNAPSHOT My dependency in pom.xml:
|
Update after adding azure core where the above method is present the No such method error is solved, azure cosmos sdk brings 1.4.0 version of azure core Jar.
|
I reported the issue here |
The issue is still presented in |
@vchernogorov we plan to perform a release in this week, please stay tuned. |
Environment
Spring boot starter:
OS Type: MacOS
Java version:
Summary
Spring boot Application hangs and does not start with Key Vault Starter.
Reproduce steps
Use this version of key valut starter
use this below configuration in application.properties and try to start the project
azure.keyvault.enabled=true
azure.keyvault.uri=#####
azure.keyvault.client-id=#######
azure.keyvault.tenant-id=#######
azure.keyvault.client-key=#######
azure.keyvault.token-acquire-timeout-seconds=60
Expected Results
Spring should have loaded the keys from the key vault.
Actual Results
The text was updated successfully, but these errors were encountered: