An Azure managed PostgreSQL database service for app development and deployment.
I tried but it's not possible:
'ERROR: must be superuser to perform revoke login on server owner'
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
is there a way to allow the access to the Azure Database for Postgres only through Active Directory Managed Identities? Today, when creating the database, an admin username and password need to be specified and this account can't be deleted even once an AD Admin access is enabled.
Thanks
Emanuele Pecorari
An Azure managed PostgreSQL database service for app development and deployment.
A cloud-based identity and access management service for securing user authentication and resource access
I tried but it's not possible:
'ERROR: must be superuser to perform revoke login on server owner'
Hello Emanuele, after you're done disabling or removing unwanted users, try to connect to your server trough pgAdmin using the original admin, select its profile from the Login/Group roles node, right click it and select Properties, got to the Privileges tab, toggle Can login? to off and Save. That should disable it.
Please let me know how it goes.
Hi @Alfredo Revilla (Personal Account) ,
I think my request is not clear.
Azure Database for Postgres supports connection to the database through the Managed Identities: howto-connect-with-managed-identity
My question is more: is it possible to allow connections to Postgres only using managed identities (disabling the server admin access with username and password)?