[infinispan-issues] [JBoss JIRA] (ISPN-10875) SecureCacheImpl should not require ADMIN permission
Dan Berindei (Jira)
issues at jboss.org
Wed Oct 30 13:07:00 EDT 2019
Dan Berindei created ISPN-10875:
-----------------------------------
Summary: SecureCacheImpl should not require ADMIN permission
Key: ISPN-10875
URL: https://issues.jboss.org/browse/ISPN-10875
Project: Infinispan
Issue Type: Bug
Components: Core, Security
Affects Versions: 10.0.0.Final
Reporter: Dan Berindei
Fix For: 10.1.0.Final
{{DefaultCacheManager}} methods don't always require {{ADMIN}} permission, and if they require a certain permission they request it explicitly.
{{SecureCacheImpl.getCacheManager()}} requiring {{ADMIN}} restricts access to methods like {{EmbeddedCacheManager.getAddress()}} unnecessarily, and forces us to do things like cache the cache manager reference in a field or use a separate security action just to get the cache manager.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list