Skip to content
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

Trillian log server and signer config file does not allow comments #2724

Open
font opened this issue Apr 27, 2022 · 1 comment
Open

Trillian log server and signer config file does not allow comments #2724

font opened this issue Apr 27, 2022 · 1 comment

Comments

@font
Copy link

font commented Apr 27, 2022

It would be great to allow comments in the config file for trillian_log_server and trillian_log_signer via the --config option. The library being used interprets everything as a token, even commented lines, which then fails to fully parse the actual config file options.

args, valid := shell.Split(file)

@pav-kv
Copy link
Contributor

pav-kv commented May 11, 2022

Maybe the way we should go with it is to use Cobra and Viper for better command line and configuration experience.

https://github.com/spf13/cobra
https://github.com/spf13/viper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants