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

Add extra configuration options to gRPC #7672

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ErikDeSmedt
Copy link
Contributor

@ErikDeSmedt ErikDeSmedt commented Sep 16, 2024

Pull Request Title

Description

I've added a few configuration options to the gRPC-plugin.

  • grpc-ip-address: I've changed the default ip-address to which the gRPC interface will bind from 0.0.0.0 to 127.0.0.1. This new default should be more secure. Users who need to access the gRPC-interface externally can set grpc-ip-address to the port they like. Users can also configure an IPv6 address.
  • grpc-scheme: Previously, the gRPC connection only allowed https over mTLS. Configurting mTLS is somewhat cumbersome. Users that only need the gRPC interface locally can now set grpc-scheme=http. This will only work if grpc-ip-address is set to a loopback address (127.0.0.1 or equivalent for IPv6).

Related Issues

Changes Made

  • [ x ] Feature: More config options for gRPC interface

Checklist

Ensure the following tasks are completed before submitting the PR:

  • Changelog has been added in relevant commit/s.
  • Tests have been added or updated to cover the changes.
  • Documentation has been updated as needed.
  • Any relevant comments or TODOs have been addressed or removed.

Additional Notes

Any additional information or context about this PR that reviewers should know.

@ErikDeSmedt ErikDeSmedt force-pushed the configure-grpc branch 2 times, most recently from 9495028 to ce51306 Compare September 16, 2024 20:40
A small refactor that allows to specify a more flexible configuration
in the grpc-plugin.

Changelog: By default the grpc-plugin will bind to 127.0.0.1 instead of  0.0.0.0
Changelog: Introduce the grpc-ip-address option to configure the IP on
which the grpc-plugin will listen.
Also support using the cln-grpc plugin over http.
This is useful for testing. As a safe-guard we only
allow this configuration if the services binds to the loopback address.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cln-grpc: Specify a host and port
1 participant