We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to run a cron_job that access the view decrypted_secrets.
Steps to reproduce the behavior, please provide code snippets or a repository:
Create a cron_job that runs every once in a while (with user postgres) With a function that tries to access the view decrypted_secrets
The cron_job is successful and accessed the view decrypted_secrets
-- Running on the Supabase Cloud
The text was updated successfully, but these errors were encountered:
Take a look at #27
Sorry, something went wrong.
No branches or pull requests
Bug report
Describe the bug
Trying to run a cron_job that access the view decrypted_secrets.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Create a cron_job that runs every once in a while (with user postgres)
With a function that tries to access the view decrypted_secrets
Expected behavior
The cron_job is successful and accessed the view decrypted_secrets
System information
-- Running on the Supabase Cloud
The text was updated successfully, but these errors were encountered: