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

RLS: Store module defined RLS queries in system table #1600

Closed
joshua-spacetime opened this issue Aug 16, 2024 · 1 comment · Fixed by #1746
Closed

RLS: Store module defined RLS queries in system table #1600

joshua-spacetime opened this issue Aug 16, 2024 · 1 comment · Fixed by #1746
Assignees

Comments

@joshua-spacetime
Copy link
Collaborator

joshua-spacetime commented Aug 16, 2024

This ticket includes (1) creating a system table for RLS queries, and (2) updating the drivers of __describe_module__ (database init and update) to insert RLS queries into this system table.

Note, the module should fail to compile if the queries fail to compile.

@joshua-spacetime joshua-spacetime self-assigned this Aug 16, 2024
@joshua-spacetime joshua-spacetime changed the title Auth: Add system table for RLS queries Auth: Store module defined RLS queries in system table Aug 16, 2024
@mamcx mamcx self-assigned this Sep 12, 2024
@mamcx
Copy link
Contributor

mamcx commented Sep 26, 2024

The pr for this ticket doesn't check the validity of the query, only adds the table. It will done for #1602

@joshua-spacetime joshua-spacetime removed their assignment Oct 9, 2024
@joshua-spacetime joshua-spacetime changed the title Auth: Store module defined RLS queries in system table RLS: Store module defined RLS queries in system table Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants