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

Node package + cuttlefish + inet_tls erlang distribution [JIRA: TOOLS-136] #187

Open
marksteele opened this issue Aug 1, 2015 · 0 comments

Comments

@marksteele
Copy link

I'd be nice if we can get an official solution to integrating inet_tls erlang distribution using node_package and cuttlefish out of the box.

For example, if I create a schema for cuttlefish with something like:

%% @doc Erlang distribution protocol
{mapping, "erlang.dist.protocol","vm_args.-proto_dist",[
  {default, "inet_tls"}
 ]}.

%% @doc Erlang SSL distribution protocol server certificate
{mapping, "erlang.dist.ssl.server.cert","vm_args.-ssl_dist_op server_certfile",[
   {datatype, file},
   {default, "$(platform_etc_dir)/cert.pem"}
 ]}.

%% @doc Erlang SSL distribution protocol server key
{mapping, "erlang.dist.ssl.server.key","vm_args.-ssl_dist_op server_keyfile",[
   {datatype, file},
   {default, "$(platform_etc_dir)/key.pem"}
 ]}.

...

And so on...

I believe the erlang node boots up properly, however nodetool is borked as it's unaware of the SSL settings. I do believe some folks have managed to get this working, wondering if/when those solutions will make their way into the official release.

@Basho-JIRA Basho-JIRA changed the title Node package + cuttlefish + inet_tls erlang distribution Node package + cuttlefish + inet_tls erlang distribution [JIRA: TOOLS-136] Aug 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants