10.7. Password Authenticator
is responsible for creating aPasswordAuthenticator
instance. It also defines the name of thisauthenticator which is used by the administrator in a Presto configuration.
The implementation of PasswordAuthenticatorFactory
must be wrappedas a plugin and installed on the Presto cluster.
Configuration
The password-authenticator.name
property is used by Presto to find aregistered PasswordAuthenticatorFactory
based on the name returned by. The remaining properties arepassed as a map to PasswordAuthenticatorFactory.create()
.
Additionally, the coordinator must be configured to use password authenticationand have HTTPS enabled.