Skip to content

Commit

Permalink
Add note that all clients can view proxy names & types
Browse files Browse the repository at this point in the history
We had a customer raise this caveat in https://hazelcast.atlassian.net/browse/SUP-661 - as per my comment in this ticket, changing this behaviour is a significant ask due to Hazelcast's proxy based foundations.

Fixes https://hazelcast.atlassian.net/browse/HZG-249
  • Loading branch information
JamesHazelcast committed Nov 12, 2024
1 parent 64d28d9 commit b187f75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/modules/security/pages/client-authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ decides whether the current `Subject` has permission to access the requested res
== Permissions
All Hazelcast clients authorized to connect to a cluster are able to receive proxy information
for data structures present on the cluster. This proxy only provides the client with the
data structure's type and name. Permissions for other actions related to these data structures
can be configured as required.
The following is the list of client permissions that can be configured on the member:
=== All permissions
Expand Down

0 comments on commit b187f75

Please sign in to comment.