You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Administrative privileges in Azure Database for PostgreSQL are to belong to the azure_pg_admin role.
The login user should not have administrative privileges,
Specify the role with azure_pg_admin as sesson_role,
Password change will result in an error.
SUMMARY
Administrative privileges in Azure Database for PostgreSQL are to belong to the azure_pg_admin role.
The login user should not have administrative privileges,
Specify the role with azure_pg_admin as sesson_role,
Password change will result in an error.
Because Azure Database does not have access to pg_authid,
If it is rolled back, "SET ROLE" will be disabled,
If I change the password with "ALTER USER", it will be "permission denied".
ISSUE TYPE
COMPONENT NAME
postgresql_user
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 20.04.6 LTS
STEPS TO REPRODUCE
EXPECTED RESULTS
Successful password change for user3
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: