Trying to authenticate between two different AD domains using a keytab, in order to read from a Kafka topic.
So system A has AD domain A, a valid user/keytab in domain A etc, a valid sentry role, a Kafka topic, consumer group etc.
System B is in AD domain B, and the keytab from system A.
Is there anyway to read from the Kafka topic? If I had the system A AD domain details into the system B krb5.conf file, I can see the topic. When I remove it, it fails. Our experiment is to do this without allowing system B to contact our kdc however.
Is there anyway to do this? We've tried using Java and scala.