Skip to content

Commit

Permalink
GitHub issue 1376 - XML config error (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Hazelcast authored Dec 19, 2024
1 parent 9134c4d commit 670eebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/security/pages/client-authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -896,22 +896,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 670eebe

Please sign in to comment.