Features
Various authentication types
SPQR provides various methods for authenticating users:
trust
, see Trust Authentication.password
,md5
,scram
andscram-sha-256
, see Password Authentcation.ldap
, see LDAP Authentcationgss
, using Kerberos. See GSSAPI Authentication.
For more information about authentication config, see pkg/config/auth.go
Was this page helpful?