cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
376 stars 194 forks source link

Add support for managing security labels #276

Open sharebear opened 1 year ago

sharebear commented 1 year ago

We would like to configure Azure AD users in Azure's managed Postgresql service. Looking through the documented options, it looks like the best fit for using this provider would be to configure the role by applying security labels https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-manage-azure-ad-users#enable-azure-ad-authentication-for-an-existing-postgresql-role-using-sql

As far as I can see there's no support yet in the provider for manging security labels which is a generic Postgresql feature https://www.postgresql.org/docs/current/sql-security-label.html

tehioant commented 1 year ago

I am attempting to do the same thing. Is there anyone one working on this ? I have started a branch to develop a new resource "security label", hoping to make it work.

klg71 commented 1 year ago

Hey @tehioant are there any news on this? :)

IQNeoXen commented 11 months ago

We would also be very interested in this feature :)