Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
8abb43fc
Verified
Commit
8abb43fc
authored
Jul 30, 2024
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix rabbitmq auth
parent
d7267073
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!310
Dev
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dbrepo-broker-service/rabbitmq.conf
+3
-5
3 additions, 5 deletions
dbrepo-broker-service/rabbitmq.conf
with
3 additions
and
5 deletions
dbrepo-broker-service/rabbitmq.conf
+
3
−
5
View file @
8abb43fc
# 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
=
2
d4983818813218fee3dc954b3c9e561
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment