cp-ansible icon indicating copy to clipboard operation
cp-ansible copied to clipboard

Kerberos: not possible to use a specific keytab and principal for KafkaServer and Client section in jaas

Open hifly81 opened this issue 1 year ago • 0 comments

Describe the issue

File roles/kafka_broker/templates/kafka_server_jaas.conf.j2 requires that

  • keyTab="{{kafka_broker_keytab_path}}"
  • principal="{{kafka_broker_kerberos_principal}}";

are the same for both sections KafkaServer and Client

Expected behaviour

Some scenarios would require to have different keytab and principal for KafkaServer and Client

hifly81 avatar Dec 07 '22 08:12 hifly81