You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sentry.apache.org by Alexander Kolbasov <ak...@cloudera.com> on 2017/05/01 21:42:47 UTC

Question about DelegateSentryStore class

It looks like we have a very "generic" code in SentryGenericPolicyProcessor
that creates DelegateSentryStore based on the class name which may be
changed in configuration. This is very cute, but sounds quite complicated
to me. I don't know the history here, but I would suggest removing this and
just creating DelegateSentryStore directly.

Any thoughts/comments about this?

- Alex