How to restrict postgREST API for users on columns level and filtering level in postgres ---Reg #3669
Replies: 1 comment 2 replies
-
Looks like you already know about #2442, because big chunks of your text are copied from there... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
PostgreSQL version: 15
PostgREST version: v12.2.1
Operating system: Windows
By default, users of the api served by postgrest can execute queries using all available operators and sort the results based on all available columns. I'd like to be able to restrict which operators can be used (and with which columns) as well as only enable read_only on specific columns as well entire columns data.
What's the recommended way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions