feat: Make Novu settings public

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 14:52:03 +00:00
parent b52d326f7b
commit ac543e82e9
4 changed files with 50 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
-- Add policy to allow authenticated users to read Novu application identifier
CREATE POLICY "Authenticated users can read novu application identifier"
ON admin_settings
FOR SELECT
TO authenticated
USING (setting_key = 'novu.application_identifier');