-
Notifications
You must be signed in to change notification settings - Fork 171
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
Listening address for the bolt connector #96
base: master
Are you sure you want to change the base?
Conversation
Update from original
Set the value of the listening address for the bolt connector through the env variable
Set the value of the listening address for the bolt connector through the env variable
Set the value of the listening address for the bolt connector through the env variable
Set the value of the listening address for the bolt connector through the env variable
Why hasn't anyone looked at this yet? I need this feature too, but I'll probably resort to a custom config for now. I can't even see the output of the builds, so I can't fix the failures. Please Neo4j team, open up to community collaboration. |
@nicorikken it's been possible to set bolt listening port via environment variable for a while now.
Which gives this output:
Overriding configuration settings is documented here: |
@jennyowen Thanks for the quick response! That is not the option I was looking for. I'm fine with port 7687, as long as I can change the advertised port in the GUI. As I use Kubernetes to switch around the ports to my liking. But I need bolt to be hosted on 443 due to cluster-wide policies (I actually use 2 different hostst: 1 for the GUI, 1 for bolt, both serving 443). I could use the suggested listening address to get the UI to publish to 443 directly. But I'd have to change some port numbers around in my Kubernetes config as internal services expect the bolt to be available on 7687 still. For now I've worked around it using this 'hack', only modifying the advertised address in the GUI:
Either way there might be cases where the container port for bolt might be different than the port by which the UI has to connect. This PR adresses that, and just changing the listening address doesn't. Is this a use-case you are willing to support? Otherwise this PR might as well be closed after more than 2 years of inactivity. |
1ce4aac
to
7986a74
Compare
Set the value of the listening address for the bolt connector through the env variable