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

2020-04-10 Thread Nikolay Izhikov (Jira)


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

Nikolay Izhikov commented on IGNITE-12872:
--

LGTM

> 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
>  Time Spent: 10m
>  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)


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

2020-04-10 Thread Ignite TC Bot (Jira)


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

Ignite TC Bot commented on IGNITE-12872:


{panel:title=Branch: [pull/7651/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *-- Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5207176buildTypeId=IgniteTests24Java8_RunAll]

> 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
>  Time Spent: 10m
>  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)