Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create jumpbox passwords with Windows complexity requirements #284

Merged
merged 3 commits into from
Jul 12, 2021

Conversation

glennmusa
Copy link
Contributor

Description

This updates how jumpbox passwords are created adhering to the Windows complexity 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

The issue this PR will close: #247

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles or validates correctly
  • BASH scripts have been validated using shellcheck
  • All tests pass (manual and automated)
  • The documentation is updated to cover any new or changed features
  • Markdown files have been linted using the recommended linter. (See .vscode/extensions.json.)
  • Relevant issues are linked to this PR

@glennmusa glennmusa enabled auto-merge (squash) July 8, 2021 19:40
@glennmusa glennmusa merged commit 12eb3d3 into main Jul 12, 2021
@glennmusa glennmusa deleted the glennmusa/passwordcomplexity branch July 12, 2021 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows jumpbox VM passwords are occasionally invalid
2 participants