pinterest / knox

Knox is a secret management service
Apache License 2.0
1.23k stars 104 forks source link

:bug: Fix bug associated with StdErr #90

Closed KevinHock closed 1 year ago

KevinHock commented 1 year ago

CombinedOutput returns standard output and standard error. Because NewFileClient calls Register and then does json.Unmarshal, we only want to output stdout.