v.23.1Improvement
Added keytab file path configuration for Kerberos in config.xml
Added possibility to set path to service keytab file inkeytabparameter inkerberossection of config.xml. #44594 (Roman Vasin).
Why it matters
This feature allows users to configure Kerberos authentication more flexibly by explicitly specifying the service keytab file location. It improves security and integration with Kerberos environments by providing direct control over the keytab path used for authentication.How to use it
To use this feature, add thekeytab parameter inside the kerberos section of config.xml, specifying the full path to your service keytab file. For example:<kerberos>
<keytab>/path/to/service.keytab</keytab>
<!-- other kerberos settings -->
</kerberos>