Skip to content

Commit 5ed4805

Browse files
committed
tmp
1 parent 72c7f2e commit 5ed4805

File tree

1 file changed

+3
-0
lines changed
  • ansible/files/postgresql_extension_custom_scripts/supabase_vault

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
grant usage on schema vault to postgres with grant option;
2+
grant select on vault.secrets, vault.decrypted_secrets to postgres with grant option;
3+
grant execute on function vault.create_secret, vault.update_secret, vault._crypto_aead_det_decrypt to postgres with grant option;

0 commit comments

Comments
 (0)