-
A note for the community
ProblemFollowing the instruction as stated in these: The intent is to give Vector access: For example: the secrets are stored in the VAULT= looks like we are doing an incorrect usage in order to fetch the secrets from Vault. Any guidance and correction are much appreciated on how to set up the configuration file such that Vector can access the Vault. ConfigurationNo response Version0.29.1 Debug OutputNo response Example DataNo response Additional ContextNo response ReferencesNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@jszwedko seeking your attention :-) |
Beta Was this translation helpful? Give feedback.
(converted this to a discussion since it didn't seem like an issue report)
Hi @puppet-py !
Vector doesn't have direct integration with Vault. What it does have is the ability to execute a command to fetch secrets. How those secrets are fetched are up to you. I imagine you could write a bash script that uses the Vault CLI to to fetch secrets and return them in the format that Vector expects them (as documented in https://github.com/vectordotdev/vector/blob/aa45cefabc165cce5cc2135ad8b23705b524b769/website/content/en/highlights/2022-07-07-secrets-management.md.
If you'd like a direct Vault integration, could you open a feature request?