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

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

     [ https://issues.apache.org/jira/browse/IGNITE-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Garus updated IGNITE-12872:
---------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>            Assignee: Denis Garus
>            Priority: Major
>
> 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_PUT 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)