Closed kris-watts-gravwell closed 1 year ago
Would you be able to cut a release that includes the fix for this? It is not currently available to clients over the web via specification in go.mod.
I'd like to use gcfg in https://github.com/blampe/goat, but this would bite users hard.
Guess I could add a vendor/ directory to the goat sources, but that's a bit ugly.
new release cut as v1.2.9.
For future reference you can always pin a specific commit using go.mod. For example, to grab and pin the latest on this repo without relying on releases you can run:
go get -u github.com/gravwell/gcfg/v1@40c40a48733e7692b45cc5121af5b3596b9a3ce6
What are the steps to reproduce this issue?
Foobar=stuff
in s3.conf for the S3 ingesterWhat happens?
you get the error
What were you expecting to happen?
"Cannot store "Foobar" into section Bucket, subsection default.
Any other comments?
we have the key value, the error should include it.
What versions of software are you using?
5.1.2-4