confluentinc / cp-ansible

Ansible playbooks for the Confluent Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kerberos: Change hard-coded port in krb5.conf to configurable with defaults to 749

Schm1tz1 opened this issue · comments

We are installing CP-Ansible (latest 7.3.3) with kerberos on AWS Managed MS AD (https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_tutorial_setup_trust_prepare_mad.html)
Installation fails as it is not using the hard-coded port for the admin server (749) but managed MS AD.

Suggested improvement: Add variables for kerberos port(s) with defaults for the currently hard-coded values in krb5.conf.j2

PR was merged, thanks @wadhwa1 !