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 support for configuration of loopback_users #480

Closed
wants to merge 1 commit into from
Closed

Add support for configuration of loopback_users #480

wants to merge 1 commit into from

Conversation

gfidente
Copy link

@gfidente gfidente commented Jun 1, 2016

Makes it possible to configure the list of loopback_users. This is
particularily useful to allow access from all interfaces to the
'guest' user which is limited to 'localhost' by default [1].

  1. https://www.rabbitmq.com/access-control.html

Makes it possible to configure the list of loopback_users. This is
particularily useful to allow access from all interfaces to the
'guest' user which is limited to 'localhost' by default [1].

1. https://www.rabbitmq.com/access-control.html
@gfidente gfidente changed the title Add support for configuration of loopback_users #479 Add support for configuration of loopback_users Jun 1, 2016
@wyardley
Copy link
Contributor

@gfidente Do you still want this feature? If so, can you rebase (and squash any additional commits), and fix the tests, as well as (ideally) maybe add any additional tests that might be helpful?

@dn1s
Copy link
Contributor

dn1s commented Apr 26, 2018

If you want to be able to access management interface with guest just use this:
hiera:

rabbitmq::config_variables:
  loopback_users: []

or in puppet

class { 'rabbitmq'
  config_variables => { loopback_users => [] },
}

@wyardley
Copy link
Contributor

This has also now been added in #699
Closing via #699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants