terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

Add support for managing security labels

Open sharebear opened this issue 1 year ago • 3 comments

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

sharebear avatar Jan 02 '23 09:01 sharebear

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.

tehioant avatar Feb 04 '23 21:02 tehioant

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

klg71 avatar May 10 '23 16:05 klg71

We would also be very interested in this feature :)

IQNeoXen avatar Oct 13 '23 08:10 IQNeoXen