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

Introduce WithMinPasswordLen configuration option #31

Merged

Conversation

pavlo-v-chernykh
Copy link
Owner

Remove hardcoded minPasswordLen

Add WithMinPasswordLen config option

See #30 for details

@pavlo-v-chernykh pavlo-v-chernykh force-pushed the introduce-min-password-len-configuration-option branch from b5d5377 to b43ee3d Compare October 27, 2021 19:04
@pavlo-v-chernykh pavlo-v-chernykh force-pushed the introduce-min-password-len-configuration-option branch from b43ee3d to a25022c Compare October 27, 2021 19:06
@pavlo-v-chernykh pavlo-v-chernykh linked an issue Oct 27, 2021 that may be closed by this pull request
Copy link

@erikgb erikgb left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for fixing this!

@pavlo-v-chernykh pavlo-v-chernykh merged commit 42dbb69 into master Oct 28, 2021
@pavlo-v-chernykh pavlo-v-chernykh deleted the introduce-min-password-len-configuration-option branch October 28, 2021 08:41
SgtCoDFish added a commit to SgtCoDFish/cert-manager that referenced this pull request Oct 28, 2021
Following the release of cert-manager v1.6.0, it was observed that an
update to the keystore-go library was backwards-incompatible; it
introduced a 6-character minimum length on passwords which wasn't
previously in force.

This led to pavlo-v-chernykh/keystore-go#30
which in turn led to pavlo-v-chernykh/keystore-go#31

This commit bumps to use the new version, which by default doesn't have
a min password length

Signed-off-by: Ashley Davis <[email protected]>
SgtCoDFish added a commit to SgtCoDFish/cert-manager that referenced this pull request Oct 28, 2021
Following the release of cert-manager v1.6.0, it was observed that an
update to the keystore-go library was backwards-incompatible; it
introduced a 6-character minimum length on passwords which wasn't
previously in force.

This led to pavlo-v-chernykh/keystore-go#30
which in turn led to pavlo-v-chernykh/keystore-go#31

This commit bumps to use the new version, which by default doesn't have
a min password length

Signed-off-by: Ashley Davis <[email protected]>
jetstack-bot pushed a commit to jetstack-bot/cert-manager that referenced this pull request Oct 28, 2021
Following the release of cert-manager v1.6.0, it was observed that an
update to the keystore-go library was backwards-incompatible; it
introduced a 6-character minimum length on passwords which wasn't
previously in force.

This led to pavlo-v-chernykh/keystore-go#30
which in turn led to pavlo-v-chernykh/keystore-go#31

This commit bumps to use the new version, which by default doesn't have
a min password length

Signed-off-by: Ashley Davis <[email protected]>
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.

Change/remove minPasswordLen
2 participants