Panfactum / stack

The Panfactum Stack
https://panfactum.com
Other
16 stars 5 forks source link

[question]: Provisioning db user and password from dynamic vault store to workflows #130

Closed wesbragagt closed 2 months ago

wesbragagt commented 2 months ago

Prior Search

What is your question?

I have an async job that I run in kubernetes and I would love to instead using the root credentials to use the vault dynamic credentials provisioning to the job. I'm looking for recommendations in the terraform modules on how to accomplish that. I've heard of vault csi provider but I'm struggling to understand how to implement that with the stack.

What primary components of the stack does this relate to?

terraform

Code of Conduct

fullykubed commented 2 months ago

Currently we do not have direct support for mounting vault secrets in pods. However, its something we were already planning on adding, so I will bump this up in priority to be included in the next release.

fullykubed commented 2 months ago

The code for this is completed and will be included in the next release.

wesbragagt commented 2 months ago

@fullykubed I just looked through the change. I'm so pumped for this addition. Thank you!