[
https://issues.apache.org/jira/browse/GEODE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15368007#comment-15368007
]
ASF GitHub Bot commented on GEODE-1571:
---------------------------------------
GitHub user gracemeilen opened a pull request:
https://github.com/apache/incubator-geode/pull/192
GEODE-1571: Write DUnit test for SecurityManager init() and close()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gracemeilen/incubator-geode
feature/GEODE-1571-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/192.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #192
----
commit fd5f8de939343c8d47adaf5885a282b9fb5876c7
Author: gmeilen <[email protected]>
Date: 2016-07-08T17:08:19Z
GEODE-1571: Write DUnit test for SecurityManager init() and close()
----
> Client security should be able to use Resource:Operation permissions
> --------------------------------------------------------------------
>
> Key: GEODE-1571
> URL: https://issues.apache.org/jira/browse/GEODE-1571
> Project: Geode
> Issue Type: Sub-task
> Components: security
> Reporter: Swapnil Bawaskar
>
> While providing role based access control for JMX and CLI, noun-verby
> permission of the form of RESOURCE:OPERATION[:REGION] have been introduced.
> Please refer to the wiki for more details:
> https://cwiki.apache.org/confluence/display/GEODE/How+to+secure+JMX+and+GFSH
> We now need to provide a new interface so that client-server security can
> also use these noun-verby permissions.
> To make Geode security "integrated", users will only have to provide an
> implementation of this new interface and it will work for JMX, gfsh and
> client-server.
> {{com.gemstone.gemfire.security.AccessControl}} should be deprecated once we
> have this new interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)