Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway Custom Policies Query Interceptors #619

Open
RoeyoOgen opened this issue Feb 17, 2025 · 1 comment
Open

Gateway Custom Policies Query Interceptors #619

RoeyoOgen opened this issue Feb 17, 2025 · 1 comment

Comments

@RoeyoOgen
Copy link

RoeyoOgen commented Feb 17, 2025

In denodo there’s the concept of Custom Policies which are query interceptors, which are invoked before the server executes a query.
When a user queries a table/view with custom policy assigned, the policy can take one of the following actions:

  • Reject the query.
  • Accept the query without restrictions.
  • Or, accept the query but imposing restrictions such as limit the rows returned by the query, add a filter condition, etc.

I would love to have this too (probably in the gateway). This can totally change the way in which we govern access to our cluster.

Any thoughts on the subject?
https://community.denodo.com/docs/html/browse/7.0/vdp/developer/custom_policies/custom_policies

@RoeyoOgen
Copy link
Author

This might be linked to this:
#409
but for some reason it was tagged as completed by: #423

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant