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

Support reading config values from CLI for notary-server #604

Open
yuroitaki opened this issue Sep 25, 2024 · 0 comments
Open

Support reading config values from CLI for notary-server #604

yuroitaki opened this issue Sep 25, 2024 · 0 comments
Labels
good first issue Good for newcomers notary server Improvements or problems in the notary server reference implementation

Comments

@yuroitaki
Copy link
Member

Support reading some of the frequently used/changed values in the config file from CLI, e.g.

  • port
  • tls.enabled
  • logging.level

This can be done either via CLI parser lib like StructOpt or environment variable. Then something like config-rs can be used to combine these configs from different sources.

@yuroitaki yuroitaki added good first issue Good for newcomers notary server Improvements or problems in the notary server reference implementation labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers notary server Improvements or problems in the notary server reference implementation
Projects
None yet
Development

No branches or pull requests

1 participant