]
Galder Zamarreño updated ISPN-8576:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
Add authorization to Distributed Locks
--------------------------------------
Key: ISPN-8576
URL:
https://issues.jboss.org/browse/ISPN-8576
Project: Infinispan
Issue Type: Enhancement
Components: Clustered Locks, Security
Reporter: Tristan Tarrant
Assignee: Katia Aresti
Fix For: 9.4.0.Final
DistributedLocks should support authorization.
Namely only ADMIN permissions should be allowed to defineLocks and WRITE permissions
should be allowed to manipulate them.
When authorization is enabled, the DistributedLockManager should return
SecureClusteredLocks which verify that the user has the required privileges.