-
Notifications
You must be signed in to change notification settings - Fork 209
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: PostgreSQL should support Managed Identity and have the ability to create AAD users #1399
Labels
Comments
Planning on doing this in ASO v2, but it hasn't happened yet. |
We still want to do this |
We still want to do this, but it's also blocked behind #2834 |
#2834 has completed; this is still something we want to do. |
Still something we're interested in, but user interest seems low currently. |
No change from this state. |
No change from the above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Items:
PostgreSQLServer
should have aPostgreSQLServerAdministrator
subresource, allowing customers to delegate user creation permissions to the managed identity ASO is running as. (seeMySQLServerAdminstrator
for an example of this pattern).PostgreSQLUser
should have an AAD variantPostgreSQLAADUser
(seeMySQLAADUser
for an example of this pattern).This would allow customers to configure the operator to create users in a namespace other than the namespace the
PostgreSQLServer
was in (as requested in #1396). This also would enable the same AAD/Managed identity scenarios that MySQL already supports.The text was updated successfully, but these errors were encountered: