kerberosSettings element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<kerberosSettings>
<kerberosEnabled>...</kerberosEnabled>
<configPath>...</configPath>
<keytabPath>...</keytabPath>
<principal>...</principal>
<pathToGenerate>...</pathToGenerate>
<fusionAuthnKeytabPath>...</fusionAuthnKeytabPath>
<fusionAuthnPrincipal>...</fusionAuthnPrincipal>
<canReadWriteConfig>...</canReadWriteConfig>
<canReadWriteKeytab>...</canReadWriteKeytab>
<kerberosAuthnEnabled>...</kerberosAuthnEnabled>
</kerberosSettings>
Example JSON
{
"kerberosEnabled" : false,
"configPath" : "...",
"keytabPath" : "...",
"principal" : "...",
"pathToGenerate" : "...",
"fusionAuthnKeytabPath" : "...",
"fusionAuthnPrincipal" : "...",
"canReadWriteConfig" : false,
"canReadWriteKeytab" : false,
"kerberosAuthnEnabled" : false
}