-
Notifications
You must be signed in to change notification settings - Fork 109
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
Password String Length Error #959
Comments
@tdgeery Thanks for the report! I don't recall the reason the min length of 12 was chosen before. Checking both the cloud version and self-hosted version, it looks like the default min length is 8 characters. Obviously for self-hosted, customers are free to change this default length. I'll update the resource validation to 8 characters min so existing passwords should pass. |
Is it possible to configure this length? or option to remove this check? I am blocked upgrading provider since we have some users with passwords of 7 character length... |
@tdgeery Not currently for either configurable or removal of the check. I'll add this to our plan to support these. |
That would be great, wouldn't to stay too far from latest 😛 |
@tdgeery Ideally your users should update their passwords to longer length 😄 but I totally understand the challenge that involves. |
Wish that was actually achievable 😆 |
Add 'password_policy' attribute to allow configurable validation
Describe the bug
With new releases of provider we're getting errors for
artifactory_managed_user
:Previously in 10.3.3 we didn't see this error.
Requirements for and issue
curl
it at$host/artifactory/api/system/version
Expected behavior
I understand this is likely a security concern, however we're not looking to update our password at this time.. There needs to be a way to allow this password to exist in its current non-conforming state.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: