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

[masterbots.ai] Feat: Drizzle for Admin-Level Insert Permissions #248

Open
coderabbitai bot opened this issue Aug 6, 2024 · 1 comment
Open

[masterbots.ai] Feat: Drizzle for Admin-Level Insert Permissions #248

coderabbitai bot opened this issue Aug 6, 2024 · 1 comment
Assignees
Labels

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 6, 2024

Objective

Add Drizzle to the stack to handle admin-level insert permissions securely without passing the admin secret with genql.

Context

In the current setup, insert permissions for sensitive columns like is_blocked and pro_user_subscription_id should be managed by admin-level operations. To achieve this securely, we need to implement Drizzle in the stack.

References

Assignee

@AndlerRL

@AndlerRL
Copy link
Contributor

AndlerRL commented Aug 6, 2024

Drizzle Docs - Installation: https://orm.drizzle.team/kit-docs/quick

This will work for The ICL too for search, upserts and vectoring.

@Bran18 Bran18 changed the title Implement Drizzle for Admin-Level Insert Permissions [masterbots.ai] Feat: Drizzle for Admin-Level Insert Permissions Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants