Kerberos is a computer-network authentication protocol that uses tickets to allow communication between two components over a non-secure network to prove their identity to one another in a secure manner.
Configuring the Server Properties to Support Kerberos Authentication
To configure the OverOps On-Premises solution to run with Kerberos, run the server (using ./takipi-server.sh...) with the following parameters:
--db-auth-type
The RDBMS authentication type (Kerberos)
username/password if not specified
--kerb-cache-file
The full file location of the Kerberos cache file
No default
--kerb-conf-file
The full file location of the Kerberos configuration file (krb5.conf)
No default
Updated about a year ago