Azure/azure-service-operator

Add Entra Admins to PostgreSQL Flexible Server?

Opened this issue · 4 comments

We use Workload Identities (managed identity, essentially) to connect our apps to PostgreSQL Flexible Server. Is there a way to add Entra admins to the server? Essentially, the equivalent of terraform's azurerm_postgresql_flexible_server_active_directory_administrator. I saw User but that seems to be for SQL auth users, not Entra identities.

I thought that there was but now that I'm looking I don't see it. We'll take a look at adding this

Awesome, thanks! Looking forward to it. We've been doing some prototyping with this to see if we can switch parts of our enterprise to a new deployment model (Azure Service Operator v2 + CDK8s) and bundling our infrastructure artifacts as an OCI artifact using ORAS (stored in ACR, deployed along with our microservices via ArgoCD), and so far it's all looking very promising.

Moving this to 2.11 as I don't have time to finish it in 2.10.

Thank you for the update!