You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
In 3.6, the Erlang cookie can be set via environment variable. For the CLI, it's RABBITMQ_CTL_ERL_ARGS, and for the broker it's RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS.
In v3.7.0 Milestone 14 -setcookie in RABBITMQ_CTL_ERL_ARGS is no longer respected. After a quick chat with @hairyhum, it turns out that this is no longer supported in this generation of CLI tools: -setcookie works for the Erlang VM but not escripts. We believe that introducing a new environment variable, such as RABBITMQ_COOKIE, would solve this issue. A regular CLI switch is also an option.
Thoughts?
The text was updated successfully, but these errors were encountered:
gerhard
changed the title
-setcookie in RABBITMQ_CTL_ERL_ARGS no longer respected in 3.7-setcookie in RABBITMQ_CTL_ERL_ARGS no longer respected in 3.7
Mar 22, 2017
gerhard
changed the title
-setcookie in RABBITMQ_CTL_ERL_ARGS no longer respected in 3.7
-setcookie in RABBITMQ_CTL_ERL_ARGS no longer respected in 3.7
Mar 22, 2017
In 3.6, the Erlang cookie can be set via environment variable. For the CLI, it's
RABBITMQ_CTL_ERL_ARGS
, and for the broker it'sRABBITMQ_SERVER_ADDITIONAL_ERL_ARGS
.In v3.7.0 Milestone 14
-setcookie
inRABBITMQ_CTL_ERL_ARGS
is no longer respected. After a quick chat with @hairyhum, it turns out that this is no longer supported in this generation of CLI tools:-setcookie
works for the Erlang VM but not escripts. We believe that introducing a new environment variable, such asRABBITMQ_COOKIE
, would solve this issue. A regular CLI switch is also an option.Thoughts?
The text was updated successfully, but these errors were encountered: