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

Additional rabbit configs #217

Merged
merged 2 commits into from
Apr 23, 2015

Conversation

jacyzon
Copy link
Contributor

@jacyzon jacyzon commented Feb 6, 2015

Implement additional rabbit configs using additional_rabbit_configs attribute, #181.

@cmluciano
Copy link

@jacyzon Can you add a spec for this?

@jacyzon
Copy link
Contributor Author

jacyzon commented Apr 6, 2015

@cmluciano spec added =)

@cmluciano cmluciano self-assigned this Apr 6, 2015
@cmluciano
Copy link

Thanks @jacyzon can you give me a use case for additional_configs that I would want to put into here. I'm trying to find some documentation.

@jacyzon
Copy link
Contributor Author

jacyzon commented Apr 8, 2015

LDAP Plugin as an example:

Enable both internal and ldap backend, like so

override additional_rabbit_configs attribute

override['rabbitmq']['additional_rabbit_configs'] = {
  'auth_backends' => '[
    rabbit_auth_backend_internal,
    rabbit_auth_backend_ldap
  ]'
}

render following config

{rabbit,[{auth_backends, [rabbit_auth_backend_internal, rabbit_auth_backend_ldap]}]}

@cmluciano
Copy link

👍

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

Successfully merging this pull request may close these issues.

3 participants