Re: Spring Boot for Apache Geode 1.0.0.M1 Released!

2018-06-26 Thread Nilkanth Patel
Great John, Congratulations! Nilkanth Patel. On Tue, Jun 26, 2018 at 7:20 PM, Michael Stolz wrote: > Great stuff John! > > -- > Mike Stolz > Principal Engineer - Gemfire Product Manager > Mobile: 631-835-4771 > > On Jun 26, 2018 12:42 AM, "John Blum" w

Re: Row-Level security with key as a regex

2018-03-05 Thread Nilkanth Patel
mentation? > > --Jens > > On Thu, Mar 1, 2018 at 3:06 AM, Nilkanth Patel > wrote: > > > Hi Team, > > > > I am exploring row-level security with Geode and observed that exact key > > has to be provided in security configuration (for example: > > DATA

Row-Level security with key as a regex

2018-03-01 Thread Nilkanth Patel
Hi Team, I am exploring row-level security with Geode and observed that exact key has to be provided in security configuration (for example: DATA:READ:MyRegion:*system*). Is there any way to provide Key as a regex (*admin*) ..? I want to achieve row-level security on all keys containing *system*

Re: [ANNOUNCE] Spring Data Geode 2.0.0.RELEASE (Kay GA) Available...

2017-10-05 Thread Nilkanth Patel
Great work John. Congratulations..! Nilkanth. On Fri, Oct 6, 2017 at 12:09 AM, Jagdish Mirani wrote: > Cool - great progress John. > Jag > > On Thu, Oct 5, 2017 at 10:51 AM, Michael Stolz wrote: > > > Wow! Great stuff John! > > > > -- > > Mike Stolz > > Principal Engineer, GemFire Product Lead

How to specify shiro.ini while starting locator and server.

2017-05-15 Thread Nilkanth Patel
Hello, I have my own shiro.ini (realms, roles, users ) configured in it and want to secure geode cluster by specifying it. Kindly let me know While *starting from gfsh*, How can i secure locator, server specifying the shiro.ini. FYI: i have tried following options but have not worked form me. [1

[jira] [Commented] (GEODE-2573) Client authentication to secured geode cluster fails

2017-03-01 Thread Nilkanth Patel (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891639#comment-15891639 ] Nilkanth Patel commented on GEODE-2573: --- [~abiketov] IMO, you need to provi

Re: Question on Geode security - Custom SecurityManager

2017-02-26 Thread Nilkanth Patel
e > > following two regions: "region1" and "region2". So it still can not do > > "list region" and "create region". You can delete that line of > ""regions": > > ["region1", "region2"]" so that

Question on Geode security - Custom SecurityManager

2017-02-26 Thread Nilkanth Patel
Hello, With the setup explained in https://cwiki.apache.org/confluence/display/GEODE/Using+Custom+SecurityManager, observed following, Started locator, server as explained in doc. gfsh>connect --locators=localhost[10334] --user=super-user --password=1234567 Connecting to Locator at [host=localho

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Nilkanth Patel
Anil, option 1 looks good. Just have a small question. Will the option 1 implementation going to replace the existing implementation where we recover everything? Or will this be a default and still user will be able to use old/existing way based on some configuration where recovering everything. Th