[
https://issues.apache.org/jira/browse/GEODE-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373456#comment-15373456
]
ASF GitHub Bot commented on GEODE-1571:
---------------------------------------
GitHub user gracemeilen opened a pull request:
https://github.com/apache/incubator-geode/pull/198
GEODE-1571: Create no argument constructor for SampleSecurityManager
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gracemeilen/incubator-geode feature/GEODE-1571
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/198.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 #198
----
commit 28823f9b236a113fba961941a864f6a98ee0db91
Author: gmeilen <[email protected]>
Date: 2016-07-12T18:26:53Z
GEODE-1571: Create no argument constructor for SampleSecurityManager
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
----
> 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)