Alexey Kukushkin created IGNITE-9454:
----------------------------------------

             Summary: SecurityPermissionSetBuilder fails to append system 
permission CACHE_CREATE
                 Key: IGNITE-9454
                 URL: https://issues.apache.org/jira/browse/IGNITE-9454
             Project: Ignite
          Issue Type: Bug
          Components: security
    Affects Versions: 2.5
            Reporter: Alexey Kukushkin
            Assignee: Alexey Kukushkin


SecurityPermissionSetBuilder fails to append system permission CACHE_CREATE, 
CACHE_DESTROY and JOIN_AS_SERVER

+*Reproducer*+:

SecurityPermissionSetBuilder.create().appendSystemPermission(SecurityPermission.CACHE_CREATE)

The code above throw IgniteException saying that a security permission name 
should begin with either EVENTS_ or ADMIN_

*+Solution+:*

Update SecurityPermissionSetBuilder to:
 # allow system permissions CACHE_CREATE, CACHE_DESTROY and JOIN_AS_SERVER
 # restrict cache presmissions CACHE_CREATE, CACHE_DESTROY
 # add automated tests

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to