Mario Kevo created GEODE-6858:
---------------------------------
Summary: writeOnlyUserCannotGet in clientSecurity passed, but
shouldn't
Key: GEODE-6858
URL: https://issues.apache.org/jira/browse/GEODE-6858
Project: Geode
Issue Type: Bug
Components: examples
Reporter: Mario Kevo
While working on https://issues.apache.org/jira/browse/GEODE-3632, I saw that
_writeOnlyUserCannotGet_ didn't have expected behavior. _dataWriter_ user have
only DATA:WRITE permission, it can write entry but also it can get entry from
region.
If we sign with that user to gfsh and execute get, it will failed for get and
NotAuthorizedException will be displayed, which is a normal behavior.
Also if we try to get entry which is already written in region by other
user(superUser writes {color:#333333}AUTHOR_ABERCROMBIE{color}) it will failed
with NotAuthorizedException as expected.
Need to fix this test in clientSecurity.
For other users it works properly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)