Skip to content
Snippets Groups Projects
Verified Commit 8abb43fc authored by Martin Weise's avatar Martin Weise
Browse files

Hotfix rabbitmq auth

parent d7267073
Branches
Tags
1 merge request!310Dev
# user # user
default_vhost = dbrepo default_vhost = dbrepo
default_user_tags.administrator = false default_user_tags.administrator = false
default_permissions.configure = .*
default_permissions.read = .*
default_permissions.write = .*
# enable http outside localhost # enable http outside localhost
listeners.tcp.1 = 0.0.0.0:5672 listeners.tcp.1 = 0.0.0.0:5672
...@@ -15,6 +12,7 @@ management.load_definitions = /app/definitions.json ...@@ -15,6 +12,7 @@ management.load_definitions = /app/definitions.json
# logging # logging
log.console = true log.console = true
log.console.level = warning log.console.level = warning
auth_ldap.log = true
# Obviously your authentication server cannot vouch for itself, so you'll need another backend with at least one user in # Obviously your authentication server cannot vouch for itself, so you'll need another backend with at least one user in
# it. You should probably use the internal database # it. You should probably use the internal database
...@@ -26,7 +24,7 @@ auth_backends.2 = internal ...@@ -26,7 +24,7 @@ auth_backends.2 = internal
auth_ldap.servers.1 = identity-service auth_ldap.servers.1 = identity-service
auth_ldap.port = 1389 auth_ldap.port = 1389
auth_ldap.user_dn_pattern = ${username} auth_ldap.user_dn_pattern = ${username}
auth_ldap.dn_lookup_base = ou=users,dc=dbrepo,dc=at auth_ldap.dn_lookup_base = dc=dbrepo,dc=at
auth_ldap.dn_lookup_attribute = uid auth_ldap.dn_lookup_attribute = uid
auth_ldap.dn_lookup_bind.user_dn = cn=admin,dc=dbrepo,dc=at auth_ldap.dn_lookup_bind.user_dn = cn=admin,dc=dbrepo,dc=at
auth_ldap.dn_lookup_bind.password = admin auth_ldap.dn_lookup_bind.password = 2d4983818813218fee3dc954b3c9e561
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment