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
Add support to SSL/TLS options (#69)
This commit added support to SSL/TLS configurations (ssl_enabled, ssl_certificate_authorities, ssl_certificate, ssl_key, ssl_verification_mode, ssl_supported_protocols and ssl_cipher_suites) and fixed the integration tests.
Mark deprecated `name` and `queue` configuration parameters as obsolete
Also, since queue is no longer available, we can mark `key` and
`data_type` as required and remove validations at `register` time.