Jump to content

Help - Sql server connection from spring boot app


JAMBALHOT_RAJA

Recommended Posts

we have almost 20 Java spring boot applications mostly Rest APIs connecting to our sql server database. As per our security policy the db password has to be changed for every 60 days and when we do that we have to update the password in vault and restart all 20 apps and there is downtime of at least 30 min. 
 

is there any other way of connecting to database from spring boot app so that even we change the db password the app is not effected and doesn’t required restart ?

Link to comment
Share on other sites

Ne App DB password read chesetappudu fetch it from Vault everytime or with a TTL preset (there is a drawback with latency in this)

, are u storing it in cache after first time read.?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...