Mit Spring Start kann nicht eine Verbindung zum Schlüsselgewölbe herstellen

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Mit Spring Start kann nicht eine Verbindung zum Schlüsselgewölbe herstellen

by Anonymous » 13 Apr 2025, 11:46

Ich folge diesem Teil im Tutorial für die Integration des Schlüsselverluders in Spring Boot.

Code: Select all

java.io.FileNotFoundException:/home/tomcat/lib/azure.appservice.jar (No such file or directory)

und

Code: Select all

java.lang.IllegalStateException: Failed to configure KeyVault property source

Code: Select all

java.io.IOException: Server returned HTTP response code: 400 for URL: Http://xxx.xx.x.x.x

Bearbeiten: Ich hatte einen Tippfehler in der Client-ID-Eigenschaft.

Top