You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/04/07 16:56:00 UTC

[jira] [Created] (IGNITE-12872) Check of correct work of explicit security permissions

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)