Skip to content

Commit

Permalink
Documentation modified for presto-authenticator.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
imsayari404 authored and sayarimukherjee committed Nov 22, 2024
1 parent e9c5ae0 commit e9538d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions presto-docs/src/main/sphinx/develop/presto-authenticator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Custom Presto Authenticator
===========================

Presto supports authentication via a custom presto authenticator
Presto supports authentication through a custom Presto authenticator
that validates the request and creates a principal.

Implementation
--------------

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

Expand Down Expand Up @@ -44,7 +44,7 @@ Example configuration file:
Additionally, the coordinator must be configured to use custom authentication
and have HTTPS enabled.

Below property needs to be added to the coordinator's ``config.properties`` file:
Add the property shown below to the coordinator's ``config.properties`` file:

.. code-block:: none
Expand Down

0 comments on commit e9538d0

Please sign in to comment.