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
We use Terraform's password provider to generate credentials for the jumpbox VMs. Occasionally, that random value will not satisfy password requirements:
Original Error: Code="InvalidParameter"
Message="The supplied password must be between 8-123 characters long and must satisfy at least 3 of password complexity requirements from the following:
1) Contains an uppercase character
2) Contains a lowercase character
3) Contains a numeric digit
4) Contains a special character
5) Control characters are not allowed
Steps to Reproduce
Steps to reproduce the behavior:
Deploy MLZ with bastion host jumpboxes (the default behavior)
Get unlucky
Expected behavior
Passwords that are generated meet Windows credential requirements
Actual behavior
Occasionally you'll get a password that does not meet those requirements
Description
We use Terraform's password provider to generate credentials for the jumpbox VMs. Occasionally, that random value will not satisfy password requirements:
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Passwords that are generated meet Windows credential requirements
Actual behavior
Occasionally you'll get a password that does not meet those requirements
Screenshots
Additional context
Operating System: n/a
Terraform Version: 0.13.4
Cloud (public, Azure Government, etc.): n/a
The text was updated successfully, but these errors were encountered: