Open
Description
Is your feature request related to a problem? Please describe.
The KafkaConnect REST API does not support TLS and is not authenticated.
Describe the solution you'd like
It should be possible to encrypt the REST API with TLS.
It should be possible to have the REST API authenticated (TLS authn and/or other mechanisms) Ideally it should also be possible for an authenticated user to only be authorised for some operations (e.g. read-only access would equate to only allowing GET
methods).