We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
would be nice to have the OpenAPI spec reflect column level privileges. i'll take this on once #970 had been merged
The text was updated successfully, but these errors were encountered:
#970 is merged now :)
Sorry, something went wrong.
(related)
Indeed some columns are displayed in the swagger/open-api spec, while they should not be because anonymous is not authorized to view them.
E.g. in:
grant select ("theme_id", "user_id", "title", "description", "createdAt", "updatedAt", "parameters") on api.themes to "anonymous";
api.themes view has other columns like "status", and "status" is present inside the generated swagger, we might not want this as it leaks information
api.themes
No branches or pull requests
would be nice to have the OpenAPI spec reflect column level privileges. i'll take this on once #970 had been merged
The text was updated successfully, but these errors were encountered: