remove external auth for internal
This commit is contained in:
parent
c47264d99d
commit
6148e7e96e
@ -17,9 +17,11 @@ auth_backends.1.authn = ldap
|
|||||||
auth_backends.1.authz = internal
|
auth_backends.1.authz = internal
|
||||||
auth_backends.2 = internal
|
auth_backends.2 = internal
|
||||||
auth_mechanisms.1 = PLAIN
|
auth_mechanisms.1 = PLAIN
|
||||||
|
auth_mechanisms.1 = AMQPLAIN
|
||||||
auth_mechanisms.1 = EXTERNAL
|
auth_mechanisms.1 = EXTERNAL
|
||||||
|
# No certs for internal
|
||||||
auth_mechanisms.2 = PLAIN
|
auth_mechanisms.2 = PLAIN
|
||||||
auth_mechanisms.2 = EXTERNAL
|
auth_mechanisms.2 = AMQPLAIN
|
||||||
|
|
||||||
ssl_cert_login_from = common_name
|
ssl_cert_login_from = common_name
|
||||||
auth_ldap.dn_lookup_bind.user_dn = {{ rabbitmq_ldap_bind_dn }}
|
auth_ldap.dn_lookup_bind.user_dn = {{ rabbitmq_ldap_bind_dn }}
|
||||||
|
Loading…
Reference in New Issue
Block a user