prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
16.08k stars 5.39k forks source link

Fix Password Authenticator Documentation #24116

Closed imsayari404 closed 3 days ago

imsayari404 commented 6 days ago

Description

Documentation modified for password-authenticator.rst

Motivation and Context

Updated the property name from access-control.name to password-authenticator.name to align with the declaration in the code: private static final String NAME_PROPERTY = "password-authenticator.name";.

Impact

This change ensures that the configuration aligns correctly with the expected property name in the code (password-authenticator.name). It prevents potential misconfigurations and runtime errors caused by mismatched property names, thereby improving reliability and clarity in the authentication setup process.

Contributor checklist

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== NO RELEASE NOTE ==
imsayari404 commented 5 days ago

Hi @steveburnett, I’ve made the changes you requested. Please let me know if you get a chance to review them. Thank you!