You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to implement mutual tls authentication but there's no way to setup the client to use EXTERNAL as auth mechanism as defined in rabbitmq_auth_mechanism_ssl documentation.
Am I bad in searching inside the documentation or is this feature missing even if TlsAdaptor::with_client_auth does exists?
The text was updated successfully, but these errors were encountered:
Yes i can get tls working and client certificate verification is ok, but the library still tries to authenticate the user with the username and password instead of specifiying EXTERNAL authentication and use rabbitmq_auth_mechanism_ssl.
@tetofonta , I think it should be trival to change, add EXTERNAL variant, and have an api in SecurityCredentials to support this new auth mechanism
in get_response, just a empty string might work.
you like to create a PR to try out?
Trying to implement mutual tls authentication but there's no way to setup the client to use EXTERNAL as auth mechanism as defined in rabbitmq_auth_mechanism_ssl documentation.
Am I bad in searching inside the documentation or is this feature missing even if
TlsAdaptor::with_client_auth
does exists?The text was updated successfully, but these errors were encountered: