How do I check configuration of a deployed connector?

Hi! Is there a way to check configuration of a deployed connector? Since connectors are deployed via REST, by passing a properties file in, and this can be done from any machine/location - I am struggling to find what is the exact configuration of one connector deployed in our QA cluster … I don’t know who/when/from where deployed this connector last :slightly_smiling_face: - so wondering if there is a way to verify the configuration of the already deployed connector?

GET /connectors/{name}/config

https://docs.confluent.io/platform/current/connect/references/restapi.html#get–connectors-(string-name)-config

> this can be done from any machine/location
If you enable SSL with auth, then you can limit these actions, and probably identify from server logs where a request came from

You can also check the config kafka topic _kafka_connect_YOUR_CONNECTOR_NAME-configs