-
Notifications
You must be signed in to change notification settings - Fork 32
Basic auth support? #35
Comments
You should can set it in the KAFKA_CONNECT_REST variable.
|
Indeed, this is good enough for my purposes, thanks! Although with more complex passwords including special characters I suspect this will not work. |
@muscovitebob, can you confirm it? |
I am not very happy about the implementation, but it should do the job: #37 |
I am having a bit of an issue with building the project to test it. I've obtained Gradle 5 and am following the readme. From the project dir I do:
Which returns:
Does this look familiar? |
I had a similar issue. I reckon it's related to gradle version and incompatibility of some plugin, most likely scalatest gradle plugin. Try using the
|
Thanks, that helped. Testing against my Kafka Connect cluster, which is HTTPs and secured with BasicAuth. I have the following format of env variable:
Then running:
Yields:
And to make sure it is not an issue with the bash variable, running:
Indeed returns information about my Kafka Connect cluster. So it appears that some logic in current master is stripping the credentials info out of the URL string. |
I suggested a quick fix here: #37 You can try to apply it or build from my fork https://github.com/andreybratus/kafka-connect-tools/tree/feature/basic-auth |
Checked out the fork/branch and can confirm that at least with |
Great CLI! Does it include basic auth support? I see no references to it in the repo.
The text was updated successfully, but these errors were encountered: