Azure Database for PostgreSQL Flexible Server - Allow enabling PostgreSQL authentication for existing servers #29346
Labels
Auto-Assign
Auto assign by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
PostgreSQL
Service Attention
This issue is responsible by Azure service team.
Related command
Is your feature request related to a problem? Please describe.
It is not possible to enable PostgreSQL Authentication using az postgres flexible-server update
PostgreSQL Authentication can only be enabled using CLI on creation time.
If "az postgres flexible-server update --password-auth Enabled" is used, no option to set the username and password, and get error:
I need to use the portal to make then change (not programmatically) or "az rest" which adds complexity
Describe the solution you'd like
I want to be able to enable PostgreSQL authentication suing CLi in a simple way using "az postgres flexible-server update" by adding parameter [--admin-user] and use in conjunction with [--admin-password]
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: