You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably. Although I don't necessarily see it as "lacking option" problem since the raw config is already kind of an option. I see it more as a "lacking a lib to load config with defaults" problem.
See context in abcxyz/jvs#104. Maybe it's a good idea to add that to pkg.
TL;DR
We provide a raw JVS config to initialize a JVS client
https://github.com/abcxyz/lumberjack/blob/main/clients/go/pkg/auditopt/config.go#L262
It will fail because the new config defaulting logic in JVS client requires the use
envconfig
. Constructing a JVSConfig directly won't set defaults.Expected behavior
No response
Observed behavior
No response
Environment Details
Additional information
No response
The text was updated successfully, but these errors were encountered: