trino icon indicating copy to clipboard operation
trino copied to clipboard

Allow for extension of `delta.security` access controls

Open mdesmet opened this issue 2 years ago • 1 comments

Description

Allow delta.security access control to be extended by:

  • making delta.security configurations string-based instead of a enum-based (new)
  • providing an interface to implement AccessControlMetadata (removed in #11779)

Non-technical explanation

Release notes

(x) This is not user-visible and no release notes are required. ( ) Release notes are required, please propose a release note for me. ( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

mdesmet avatar Sep 15 '22 21:09 mdesmet

Please add a mention about the new security setting similar as in connectors

https://github.com/trinodb/trino/blame/master/docs/src/main/sphinx/connector/atop.rst#L56-L59

findinpath avatar Sep 20 '22 13:09 findinpath

Please rebase. The failures you have got should be fixed by now.

kokosing avatar Oct 02 '22 19:10 kokosing

@kokosing: Let's get this merged!

mdesmet avatar Oct 03 '22 12:10 mdesmet

Thanks!

kokosing avatar Oct 03 '22 14:10 kokosing