From 4ca9b74ebde11d318db1d7b09f9ee370be70c704 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 17 Nov 2023 13:55:22 +0100 Subject: [PATCH] fix header level for auth password docs --- docs/modules/trino/pages/usage-guide/security.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/trino/pages/usage-guide/security.adoc b/docs/modules/trino/pages/usage-guide/security.adoc index 0b4abf0c..6d8dcb23 100644 --- a/docs/modules/trino/pages/usage-guide/security.adoc +++ b/docs/modules/trino/pages/usage-guide/security.adoc @@ -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: @@ -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]: