-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic on secrets value in clickhouse sink endpoint #20974
Labels
Comments
jszwedko
added a commit
that referenced
this issue
Aug 1, 2024
Which caused #20974 Reverts: #17759 Signed-off-by: Jesse Szwedko <[email protected]>
Thanks for this report @brad-alexander . I opened #20985 to fix this bug. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 9, 2024
…secrets (#20985) * fix(config): Avoid parsing configuration files without secrets Which caused #20974 Reverts: #17759 Signed-off-by: Jesse Szwedko <[email protected]> * Update configuration structs to default to log_schema fields after deserialization Signed-off-by: Jesse Szwedko <[email protected]> * Add changelog entry Signed-off-by: Jesse Szwedko <[email protected]> * Regenerate docs Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
frankh
pushed a commit
to frankh/vector
that referenced
this issue
Aug 12, 2024
…secrets (vectordotdev#20985) * fix(config): Avoid parsing configuration files without secrets Which caused vectordotdev#20974 Reverts: vectordotdev#17759 Signed-off-by: Jesse Szwedko <[email protected]> * Update configuration structs to default to log_schema fields after deserialization Signed-off-by: Jesse Szwedko <[email protected]> * Add changelog entry Signed-off-by: Jesse Szwedko <[email protected]> * Regenerate docs Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
ym
pushed a commit
to ym/vector
that referenced
this issue
Aug 18, 2024
…secrets (vectordotdev#20985) * fix(config): Avoid parsing configuration files without secrets Which caused vectordotdev#20974 Reverts: vectordotdev#17759 Signed-off-by: Jesse Szwedko <[email protected]> * Update configuration structs to default to log_schema fields after deserialization Signed-off-by: Jesse Szwedko <[email protected]> * Add changelog entry Signed-off-by: Jesse Szwedko <[email protected]> * Regenerate docs Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
AndrooTheChen
pushed a commit
to discord/vector
that referenced
this issue
Sep 23, 2024
…secrets (vectordotdev#20985) * fix(config): Avoid parsing configuration files without secrets Which caused vectordotdev#20974 Reverts: vectordotdev#17759 Signed-off-by: Jesse Szwedko <[email protected]> * Update configuration structs to default to log_schema fields after deserialization Signed-off-by: Jesse Szwedko <[email protected]> * Add changelog entry Signed-off-by: Jesse Szwedko <[email protected]> * Regenerate docs Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A note for the community
Problem
https://gist.github.com/brad-alexander/2de634b877b5a926874da0e377c8c4b8
panic when setting clickhouse sink
endpoint
(alias is host, same result with both) to a secret value. I don't NEED to do this, but it was kinda hard to figure out why it was failing. Docs around secrets are a bit sparse so I don't know if it is expected to be able to be interpolated from anywhere within the config. It works for username/password fields.Configuration
Version
vector 0.40.0 (x86_64-apple-darwin 1167aa9 2024-07-29 15:08:44.028365803)
Debug Output
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: