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

[bug] Not being able to drop the database due to permission issue #161

Open
wadhah101 opened this issue Aug 29, 2024 · 0 comments · May be fixed by #162
Open

[bug] Not being able to drop the database due to permission issue #161

wadhah101 opened this issue Aug 29, 2024 · 0 comments · May be fixed by #162

Comments

@wadhah101
Copy link

In the latest version + azure postgres 16 + admin being the privileged azure db user.
When we try to drop the database when the CRD is deleted you get

permission denied to grant role "admin"

after some investigation this happens because we try to

GRANT admin to admin;

Only roles with the ADMIN option on role "admin" may grant this role.

@wadhah101 wadhah101 linked a pull request Aug 29, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant