Skip to content

Commit

Permalink
GitHub issue 1376 - XML config error [v/5.4] (#1439)
Browse files Browse the repository at this point in the history
Backport of #1438

#1376

Co-authored-by: Rob Swain <rob.swain@hazelcast.com>
  • Loading branch information
github-actions[bot] and Rob-Hazelcast authored Dec 19, 2024
1 parent 1c815f5 commit 12816a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/security/pages/native-client-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -991,22 +991,22 @@ XML::
[source,xml]
----
<scheduled-executor-service-permission name="name" principal="principal">
<scheduled-executor-permission name="name" principal="principal">
<endpoints>
...
</endpoints>
<actions>
...
</actions>
</scheduled-executor-service-permission>
</scheduled-executor-permission>
----
--
YAML::
+
[source,yaml]
----
scheduled-executor-service:
scheduled-executor:
- name: name
principal: principal
endpoints:
Expand Down

0 comments on commit 12816a8

Please sign in to comment.