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

Linux VM password complexity constraints are not observed #289

Closed
glennmusa opened this issue Jul 13, 2021 · 0 comments · Fixed by #290
Closed

Linux VM password complexity constraints are not observed #289

glennmusa opened this issue Jul 13, 2021 · 0 comments · Fixed by #290
Assignees
Labels
bug Something isn't working

Comments

@glennmusa
Copy link
Contributor

Description

The Windows Password complexity we use to generate the jumpbox passwords can generate values longer than permissible for Linux machines.

The supplied password must be between 6-72 characters long and must satisfy at least 3 of password complexity requirements:
- contains an uppercase character
- contains a lowercase character
- contains a numeric digit
- contains a special character
- control characters are not allowed

Steps to Reproduce
Steps to reproduce the behavior:

  1. Deploy as you usually would
  2. Get unlucky

Expected behavior
Deploy Linux and Windows jumpboxes succesfully

Actual behavior
Linux can get an invalid password and fail

@glennmusa glennmusa added the bug Something isn't working label Jul 13, 2021
@glennmusa glennmusa self-assigned this Jul 13, 2021
@glennmusa glennmusa changed the title Observe Linux VM password complexity constraints Linux VM password complexity constraints are not observed Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant