-
Notifications
You must be signed in to change notification settings - Fork 908
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
cln-grpc: do not generate cerficates when no autostart. #6755
cln-grpc: do not generate cerficates when no autostart. #6755
Conversation
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.
ACK 87fb39a
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.
I think it is missing just some python-format changes and we are good
…pc is not started. We update `test_grpc_no_auto_start` test to check that we do not generate certificates when the cln-grpc plugin is not started. This fails currently, so next commit fix it up.
Changelog-None
87fb39a
to
00a60a3
Compare
Thanks @vincenzopalazzo for helping me with my first PRs in CLN and showing me exactly what to change. I also started to look at the CI logs to find the errors by myself (but maybe better not doing them in the first place). This is the second time this week I haven't checked Python flake8 before opening a PR. I'll try not to do that mistake in future. |
No problem the review are here for this :) I find always Python formatting is a little bit strange :) |
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.
ACK 00a60a3
7bea339
into
ElementsProject:master
When we don't set
grpc-port
option, thecln-grpc
plugin is not started. So, we shouldn't generate certificates in that case.