atoti.config.authentication.kerberos_config module#
- class atoti.KerberosConfig#
The configuration to connect to a Kerberos authentication provider.
The user’s roles can be defined using
atoti_query.security.Security.kerberos
andindividual_roles
.Example
>>> auth_config = tt.KerberosConfig( ... service_principal="HTTP/localhost", ... keytab="config/example.keytab", ... krb5_config="config/example.krb5", ... )