2 years ago

#72814

test-img

mark86v1

Vault's Static role or Dynamic role in Python

I am trying to implement database authentication for MongoDB using Vault. I decided to go with Static role as only one user per DB is needed and Vault rotates the user's password, but in case of Dynamic role every time when credentials are requested a new dynamic user is created.

My doubt is Java has something called SecretLeaseContainer which creates a new dynamic user only when the credentials of the previous dynamic user is expired. This is my understanding of Java's SecretLeaseContainer. Correct me if I am wrong.

But in Python's hvac library there is no such implementation like Java's SecretLeaseContainer. Is there any similar implementation in Python's hvac library like the afore mentioned Java's SecretLeaseContainer?

spring

spring-boot

hashicorp-vault

0 Answers

Your Answer

Accepted video resources