-
Notifications
You must be signed in to change notification settings - Fork 318
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
feat(BOUN-1233): rework ic-boundary CLI, bump ic-gateway #2451
base: master
Are you sure you want to change the base?
Conversation
@@ -156,25 +156,29 @@ impl BoundaryNodeManager { | |||
|
|||
// TODO: Should these values be settable via config? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this clean up the code here and/or reduce the frequency of changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea. Changes would anyway happen, whether in code or the config.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but depending on where this config would live you might at least no longer have to block on consensus review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, well if you have an idea where to put that - I guess we don't really care how to specify those args and can use the config. I'm not really familiar with the orchestrator-related parts. Also we can take env vars if that would be easier to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the replica we pass the ic.json5
config file here, for instance
ic-boundary
CLI: re-group & rename, move http client & server CLI toic-bn-lib
ic-boundary
now gets configured through env vars likeic-gateway