Re: Policy Caching

2016-05-27 Thread Colin McCabe
I think stale state is a big problem with caches of sentry state in general. What we need to have is some way of following a stream of events... best, Colin On Fri, May 27, 2016, at 13:22, Gregory Chanan wrote: > Hi Bhooshan, > > Take a look at SENTRY-1229. It's only supported for the generic

Re: Policy Caching

2016-05-27 Thread Gregory Chanan
Hi Bhooshan, Take a look at SENTRY-1229. It's only supported for the generic service and it makes multiple calls and there's no callback mechanism. But it's a start. Greg On Mon, May 23, 2016 at 4:53 PM, Bhooshan Mogal wrote: > Hi folks, > > I have a product where I want to use Sentry to aut

Policy Caching

2016-05-23 Thread Bhooshan Mogal
Hi folks, I have a product where I want to use Sentry to authorize read requests. However, since read performance is key, I do not want to make a call to Sentry for every read request, and would like to have some sort of a cache. A cache is tricky, especially in the security context, because it ne