Nikolay Izhikov created IGNITE-12872:
----------------------------------------

             Summary: Check of correct work of explicit security permissions
                 Key: IGNITE-12872
                 URL: https://issues.apache.org/jira/browse/IGNITE-12872
             Project: Ignite
          Issue Type: Test
            Reporter: Nikolay Izhikov


We need to add 3 tests that checks explicit security permission for the cache.

1. If a user has only CACHE_READ permission for some cache.
* get(and other read operations are permitted)
* put, remove (and other write operations are prohibited).

2. If a user has only CACHE_REMOVE permission for some cache.
* put, get(and other reads/write operations are prohibited)
* remove (and other remove operations are permitted).

3. If a user has only CACHE_WRITE permission for some cache.
* get, remove(and other reads/remove operations are prohibited)
* put (and other write operations are permitted).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to