usr42 / usr42.github.io

Github pages
0 stars 1 forks source link

posts/hashicorp-vault/spring-boot-max_ttl/ #2

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Hashicorp Vault max_ttl Killed My Spring App · Secrets as a Service

How to Ensure That Expiring Spring Cloud Vault Dynamic Database Secrets Are Renewed, When Reaching Hashicorp Vault's max_ttl

https://secrets-as-a-service.com/posts/hashicorp-vault/spring-boot-max_ttl/

usr42 commented 4 years ago

Author here. I am looking forward to feedback and comments!

Sharofiddin commented 1 year ago

I have the same problem with dynamic database creds, thank for sharing.

Alfrescouser7 commented 3 months ago

This means that whenever the after reaching the ttl, the application needs to be redeployed for using the latest credentials? Please reply.

Alfrescouser7 commented 3 months ago

Also what happens when we are in middle of a transaction when we reach max_ttl ?