-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix VM password restrictions #87
Conversation
@djberg96 - I don't think a minimum of 12 characters meets the requirements: |
Checked commit https://github.com/djberg96/manageiq-providers-azure/commit/4a188f621902737354b876430ac4bcb11b269657 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@bronaghs The documentation is wrong. From the Azure portal: |
@djberg96 Ah, interesting. |
@djberg96 - any reason why this shouldnt be backported to fine? |
@miq-bot add_label fine/yes |
@bronaghs You must have beat me to it by seconds. ;) Yes, it should be backported. Already tagged. |
Fine backport (to manageiq repo) details:
|
This fixes the VM password restrictions to match the actual Azure password restrictions for virtual machines. The rules are that the password must at least 12 characters long and match at least 3 of the following 4 conditions:
Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1454812