Details
-
Improvement
-
Resolution: Gone away
-
Unknown
-
None
-
None
-
None
-
None
Description
Hello folks,
I want to use short-lived credentials to leverage Vault MongoDB and MongoDB Atlas Database Secrets Engine in my project.
https://developer.hashicorp.com/vault/docs/secrets/databases/mongodb
https://developer.hashicorp.com/vault/docs/secrets/databases/mongodbatlas
As far as I can see there are no dynamic credential options exposed in https://pkg.go.dev/go.mongodb.org/mongo-driver@v1.11.6/mongo/options#ClientOptions
My goal is to automatically renew the credential before expiration.
Any recommendations on how to implement that?
Kind regards