Skip to content

Commit

Permalink
Revert "Revert "Correct YAML/XML security config" (#1449)"
Browse files Browse the repository at this point in the history
This reverts commit 9b9a01e.
  • Loading branch information
Rob-Hazelcast authored Dec 20, 2024
1 parent 9b9a01e commit b3c44d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions docs/modules/configuration/pages/configuring-declaratively.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou
https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-default.yaml[hazelcast-default.yaml]
endif::[]
ifndef::snapshot[]
link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-default.xml[hazelcast-default.xml]
link:https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-default.xml[hazelcast-default.xml]

https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-default.yaml[hazelcast-default.yaml]
https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-default.yaml[hazelcast-default.yaml]
endif::[]
|Default configuration file for Hazelcast.
The configuration for Hazelcast's storage and streaming engines in this file should
Expand All @@ -37,9 +37,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou
https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml]
endif::[]
ifndef::snapshot[]
link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-full-example.xml[hazelcast-full-example.xml]
link:https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-full-example.xml[hazelcast-full-example.xml]

https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml]
https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml]
endif::[]

|Configuration files which include all Hazelcast configuration
Expand All @@ -54,9 +54,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou
https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-client-full-example.yaml[hazelcast-client-full-example.yaml]
endif::[]
ifndef::snapshot[]
link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-full-example.xml[hazelcast-client-full-example.xml]
link:https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-client-full-example.xml[hazelcast-client-full-example.xml]

https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-full-example.yaml[hazelcast-client-full-example.yaml]
https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-client-full-example.yaml[hazelcast-client-full-example.yaml]
endif::[]

|Complete Hazelcast client example configuration
Expand All @@ -69,9 +69,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou
https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-client-failover-full-example.yaml[hazelcast-client-failover-full-example.yaml]
endif::[]
ifndef::snapshot[]
link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.xml[hazelcast-client-failover-full-example.xml]
link:https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.xml[hazelcast-client-failover-full-example.xml]

https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.yaml[hazelcast-client-failover-full-example.yaml]
https://github.com/hazelcast/hazelcast/tree/v{os-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.yaml[hazelcast-client-failover-full-example.yaml]
endif::[]

|Complete Hazelcast client failover example
Expand Down
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 @@ -562,22 +562,22 @@ XML::

[source,xml]
----
<ringbuffer-permission name="name" principal="principal">
<ring-buffer-permission name="name" principal="principal">
<endpoints>
...
</endpoints>
<actions>
...
</actions>
</ringbuffer-permission>
</ring-buffer-permission>
----
--

YAML::
+
[source,yaml]
----
ringbuffer:
ring-buffer:
- name: name
principal: principal
endpoints:
Expand Down

0 comments on commit b3c44d6

Please sign in to comment.