-
Notifications
You must be signed in to change notification settings - Fork 201
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
Feature: Support DBforPostgreSQL FlexibleServersDatabase to configure owner or user with permission to the database #4333
Comments
Is this not already handled by User? |
To my understanding you can create a database with Please correct me if I’m wrong but to my understanding the owner in the FlexibleServersDatabase template relates to the FlexibleServer itself. |
I think you may be misunderstanding what the It doesn't actually create any databases. It just grants the perms for that user to do so. You're correct that the owner of a With all of the above said, I think your point is that we are lacking the ability to set permissions per database on the existing
Is that what you're saying? |
Thank you for the clarification. The summary of my request is correct. In addition, it would be nice to achieve this behaviour for multiple users. |
It would be helpful if the owner (user) of a FlexibleServersDatabase (PostgreSQL) could be specified. Additionally, it would be also helpful if additional users with can be specified with permissions to access the database.
The text was updated successfully, but these errors were encountered: