Fetch config file remotely? #24475
Unanswered
eldondevat
asked this question in
General
Replies: 2 comments 2 replies
-
|
I have also seen some scenarios where a whole config file gets slurped into an environment variable 🤷♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
What sort of container orchestration are you using? For example, in k8s, config maps are typically used to manage configurations. However, there is an undocumented / experimental mechanism for fetching configs via HTTP like: provider:
type: "http"
url: "http://localhost/vector.yaml" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a good way to fetch a vector config file from a remote location (http, url?). I am working with some container technologies where laying a file down on the filesystem isn't convenient.
Beta Was this translation helpful? Give feedback.
All reactions