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
STOMP bots: add support for authentication by username + password
Each of the *STOMP collector* and *STOMP output* bots obtained the
following new configuration parameters:
* `auth_by_ssl_client_certificate` (a Boolean flag; it is `True` by
default -- to keep backward compatibility);
* `username` and `password` -- to be used as STOMP authentication
credentials (login and passcode), but *only* if the aforementioned
parameter `auth_by_ssl_client_certificate` is `False`.
If `auth_by_ssl_client_certificate` is `False`, then the (supported also
previously...) `ssl_client_certificate` and `ssl_client_certificate_key`
parameters are ignored (i.e., not only left unused, but also there are
*no checks* whether the files they refer to actually exist).
0 commit comments