How mount all folders to k8s pod with vault inject?

Hi,

I have a admin app run in a POD, it needs to get secrets in different vault folders. We use different folders for different user group. The most example of use vault inject is just for mounting one folder.

Many thanks.

Based on your use case, I suggest secrets injection is not suitable, and you should communicate with the Vault HTTP API directly.

Hi,

Many thanks.

Rgds,
Jingang Li