Skip to content

Commit

Permalink
Document required permission for Hazelcast Management Center (hazelca…
Browse files Browse the repository at this point in the history
  • Loading branch information
userMuratt authored Dec 4, 2024
1 parent 67c99b1 commit c0d95b9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/modules/security/pages/client-authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ The following is the list of client permissions that can be configured on the me
=== All permissions
The `<all-permissions>`` permission grants clients access to all data and features.
`<all-permissions>` grants clients access to all data and features.
The client specified in the following code example is used by Hazelcast Management Center when it connects to clusters.
To learn more about this client, see xref:{page-latest-supported-mc}@management-center:ROOT:connecting-members.adoc[].
[tabs]
====
Expand Down Expand Up @@ -221,10 +223,9 @@ all:
=== Management Permission
The `<management-permission>`` permission defines which
client principals/endpoints are allowed to perform management tasks.
The client specified in the following code example is used by Hazelcast Management Center
when it connects to clusters. To learn more about this client, see xref:{page-latest-supported-mc}@management-center:ROOT:connecting-members.adoc[].
`<management-permission>` defines which client principals/endpoints are allowed to perform management tasks.
WARNING: For Hazelcast Management Center to work properly, `management-permission` is not sufficient. `all-permissions` is required.
[tabs]
====
Expand Down

0 comments on commit c0d95b9

Please sign in to comment.