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

Azure Postgres Job Table Permissions #316

Open
tcartwright opened this issue Mar 20, 2024 · 1 comment
Open

Azure Postgres Job Table Permissions #316

tcartwright opened this issue Mar 20, 2024 · 1 comment

Comments

@tcartwright
Copy link

tcartwright commented Mar 20, 2024

We have multiple admins maintaining an Azure Postgres instance. Azure does not let us have SU unfortunately. Which means that as the pg_cron table are created with the "azuresu" account, and public only has read only access, we cannot change permissions on the table nor can we see each others jobs or job details.

We would like our admins to be able to see all jobs in the jobs table, or at least the ability to grant this. However we cannot change permissions or the owner of the table. Keeping us from changing any permissions.

This is a huge issue as we cannot see other users jobs or delete them even if we know the id. Nor can we update someone elses existing job.

Now if a user leaves the company we have to change their password and log is as them to see if they have any jobs. Also, there is no way for us to write an automated report for any failed jobs.

EDIT: Clarification

@tcartwright
Copy link
Author

Even worse, other users cannot even see other users job run details. So each admin has to check on the results of their own jobs...

AGAIN, This is for Azure only where we cannot get SU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant