Password Authenticator

    is responsible for creating a PasswordAuthenticator instance. It also defines the name of this authenticator which is used by the administrator in a Presto configuration.

    The implementation of PasswordAuthenticatorFactory must be wrapped as a plugin and installed on the Presto cluster.

    Configuration

    The password-authenticator.name property is used by Presto to find a registered PasswordAuthenticatorFactory based on the name returned by . The remaining properties are passed as a map to PasswordAuthenticatorFactory.create().

    Additionally, the coordinator must be configured to use password authentication and have HTTPS enabled.