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

add Linux jumpbox password constraints #290

Merged
merged 2 commits into from
Jul 13, 2021
Merged

Conversation

glennmusa
Copy link
Contributor

Description

Adds a Linux password to the jumpbox keyvault that meets these constraints:

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

Issue reference

The issue this PR will close: #289

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

Copy link
Contributor

@Breanna-Stryker Breanna-Stryker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, deployment to comm fully functional.

@glennmusa glennmusa merged commit 5f08e79 into main Jul 13, 2021
@glennmusa glennmusa deleted the glennmusa/linuxpasswords branch July 13, 2021 20:58
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.

Linux VM password complexity constraints are not observed
2 participants