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
In Release v14.0.0 Password Validation Policy to postgres module is released.
Additional users, random_password flag is breaking when password validation policy is enabled and trying to create to additional users.
Error: Error, failed to insert user adduser8 into instance pgsql-cftv14-pswdtest3-bca4ef77: googleapi: Error 400: Invalid request: INVALID_PASSWORD: password should contain at least one lowercase, one uppercase, one number and one non-alphanumeric characters., invalid
Expected behavior
Addition users, random_password should get the password complexity from password validation policy and generate strong password for additional users
Observed behavior
Error: Error, failed to insert user adduser8 into instance pgsql-cftv14-pswdtest3-bca4ef77: googleapi: Error 400: Invalid request: INVALID_PASSWORD: password should contain at least one lowercase, one uppercase, one number and one non-alphanumeric characters., invalid
Terraform Configuration
variable"enable_random_password_special" {
description="Enable special characters in generated random passwords."type=booldefault=true
}
TL;DR
In Release v14.0.0 Password Validation Policy to postgres module is released.
Additional users, random_password flag is breaking when password validation policy is enabled and trying to create to additional users.
Error: Error, failed to insert user adduser8 into instance pgsql-cftv14-pswdtest3-bca4ef77: googleapi: Error 400: Invalid request: INVALID_PASSWORD: password should contain at least one lowercase, one uppercase, one number and one non-alphanumeric characters., invalid
Expected behavior
Addition users, random_password should get the password complexity from password validation policy and generate strong password for additional users
Observed behavior
Error: Error, failed to insert user adduser8 into instance pgsql-cftv14-pswdtest3-bca4ef77: googleapi: Error 400: Invalid request: INVALID_PASSWORD: password should contain at least one lowercase, one uppercase, one number and one non-alphanumeric characters., invalid
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: