Sergio Peña created SENTRY-2355:
-----------------------------------
Summary: Merge the DB owner privileges configurations into one
enum configuration
Key: SENTRY-2355
URL: https://issues.apache.org/jira/browse/SENTRY-2355
Project: Sentry
Issue Type: Sub-task
Components: Sentry
Affects Versions: 2.1.0
Reporter: Sergio Peña
Attachments: SENTRY-2355.1.patch
Instead of using 'sentry.enable.owner.privileges' and
'sentry.enable.owner.privileges.with.grant', we could easily merge both configs
into one single option that allows users to manage the desired grant for the
owner privilege.
The proposal is to use 'sentry.db.policy.store.owner.as.privilege' which is set
to an enum value that contains 'none', 'all' and 'all_with_grant'.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)