You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Bran18
changed the title
Implement Drizzle for Admin-Level Insert Permissions
[masterbots.ai] Feat: Drizzle for Admin-Level Insert Permissions
Nov 11, 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
andpro_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
The text was updated successfully, but these errors were encountered: