UKHomeOffice / vault-sidekick

Vault sidekick
Apache License 2.0
195 stars 62 forks source link

Concatenation of 2 (or more) static secret paths into a single file #108

Open Constantin07 opened 3 years ago

Constantin07 commented 3 years ago

It would be nice to support writing to the same output file secrets from more than one static path:

vault-sidekick -output=/etc/secrets -one-shot \
  -cn=secret:secret/path1:file=credentials.yaml \
  -cn=secret:secret/path2:file=credentials.yaml

At the moment the last one overwrites the file.