uestdb-core.1.0.4.source-code.jaas.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of questdb-core Show documentation
Show all versions of questdb-core Show documentation
QuestDB is High Performance Time Series Database
Krb5KeyTabLoginContext
{
com.sun.security.auth.module.Krb5LoginModule required principal="${questkrb.principal}" doNotPrompt=true useKeyTab=true keyTab="${questkrb.keytab}" storeKey=true;
};