Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: Use internal IP address for kafka-auth test certs
For these tests, kafka and cockroach live on the same machine, so we use the InternalIP to create the CHANGEFEED. Previously, however, we were creating certificates with subject alternative names that used the external IP, causing connection issues. While here, I've also removed the advertised listeners config which we aren't really using for these tests. Release note: None
- Loading branch information