From 864a616bc0ba81c7b191aa69ca2c987e1a57785d Mon Sep 17 00:00:00 2001 From: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:10:42 +0100 Subject: [PATCH] DOC-646 Broken Heading Fis (#865) The SQL Permission heading had a missing blank line before it. This meant that it shows as === SQL Permission as part of the preceding warning. Added blank line to fix the display of the heading. --- docs/modules/security/pages/native-client-security.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/security/pages/native-client-security.adoc b/docs/modules/security/pages/native-client-security.adoc index 79de556a4..84387e607 100644 --- a/docs/modules/security/pages/native-client-security.adoc +++ b/docs/modules/security/pages/native-client-security.adoc @@ -1345,6 +1345,7 @@ connector: WARNING: To protect external systems from being reached by external connectors (JDBC, Mongo, S3, ...), use other means than Hazelcast client permissions. Traditionally, this is done by enabling authentication on the external system and/or setting up firewall rules. + === SQL Permission You can give clients permission to use the following xref:sql:sql-statements.adoc[SQL statements]: