Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header level for auth password docs #500

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/trino/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Different authentication types can be used simultaneously.

The Trino operator currently supports the following `PASSWORD` authenticators.

==== Password file
==== File

The https://trino.io/docs/current/security/password-file.html[file based authentication] can be defined as follows. First create a secret with your users:

Expand Down Expand Up @@ -49,7 +49,7 @@ Changes to the referenced user `Secret` (e.g. adding or removing a user) are upd

Adding or removing an `AuthenticationClass` will however result in a `Pod` restart.

=== LDAP
==== LDAP

The Trino operator supports https://trino.io/docs/current/security/ldap.html[LDAP authentication] as well and authentication in Stackable is done using xref:home:concepts:authentication.adoc#authenticationclass[AuthenticationClasses]:

Expand Down