telefonicaid / rabbit-topic-acl

RabbitMQ Plugin for adding ACL-based security for topics
GNU Affero General Public License v3.0
3 stars 3 forks source link

add Dockerfile #26

Closed AlvaroVega closed 7 years ago

fgalan commented 7 years ago

LGTM

AlvaroVega commented 7 years ago

After enable plugin:

/usr/lib/rabbitmq/bin/rabbitmq-plugins enable rabbitmq_topic_acl

I'm getting

Applying plugin configuration to rabbit@iot-rabbit... failed.
Error: {could_not_start,rabbitmq_topic_acl,
           {{{badmatch,{error,{auth_failure,"Refused"}}},
             [{rabbit_topic_acl_sup,create_default_queues,0,
                  [{file,"src/rabbit_topic_acl_sup.erl"},{line,51}]},
              {rabbit_topic_acl_sup,init,1,
                  [{file,"src/rabbit_topic_acl_sup.erl"},{line,74}]},
              {supervisor,init,1,[{file,"supervisor.erl"},{line,294}]},
              {gen_server,init_it,2,[{file,"gen_server.erl"},{line,365}]},
              {gen_server,init_it,6,[{file,"gen_server.erl"},{line,333}]},
              {proc_lib,init_p_do_apply,3,
                  [{file,"proc_lib.erl"},{line,247}]}]},
            {rabbit_topic_acl,start,[normal,[]]}}}
fgalan commented 7 years ago

Given the PR has been merged, maybe is better to move that to an issue. Specially if the fix is not clear and would take time to have it.