Hi Rob,
I've just been made aware of this project via your appearance and comments in the latest Trino Community Broadcast.
Firstly, thanks! I have a project with a custom module that does something very similar to viewzoo. Being able to migrate away from our DIY module to something open-source would be really handy.
In #11 you mention...
both invoker modes are supported
What do you think about making the security mode of views configurable? e.g only supporting INVOKER mode?
Ideally when this is enabled this would be enforced both at the time of view being created/amended and when the view is run.
When storing views in git, the mode could be enforced as part of the PR process, but being a configuration option might be handy as an additional security control.
Hi Rob,
I've just been made aware of this project via your appearance and comments in the latest Trino Community Broadcast.
Firstly, thanks! I have a project with a custom module that does something very similar to viewzoo. Being able to migrate away from our DIY module to something open-source would be really handy.
In #11 you mention...
What do you think about making the security mode of views configurable? e.g only supporting
INVOKERmode?Ideally when this is enabled this would be enforced both at the time of view being created/amended and when the view is run.
When storing views in git, the mode could be enforced as part of the PR process, but being a configuration option might be handy as an additional security control.