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

Aleksey Plekhanov updated IGNITE-12872:
---------------------------------------
    Fix Version/s: 2.9

> 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
>             Fix For: 2.9
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to