Configuring and Accessing Trino in a Secure Cluster
A Highly Available (HA) cluster is also secure. Trino interface in a secure cluster uses password file authentication. The username and password credentials used to log into the interface are validated against usernames and passwords stored in a password file.
Password files are created using the Apache Server htpasswd utility. Passwords in the
password file are securely hashed using a bcrypt
algorithm.
To access the Trino interface in a secure cluster:
If SSL is enabled in the secure cluster, ensure that Trino is restarted from the Apache Ambari interface after completing the steps of Trino SSL enablement.