-
Notifications
You must be signed in to change notification settings - Fork 294
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
Sample configuration for password strength rules #1020
Conversation
# Password strength rules for password complexity. | ||
# If you want to setup password strength rules for internal users, you can use below settings for it. | ||
# Password validation rules can be configured through regex. In below regex example, user must need password with | ||
# minimum 8 characters length and must include minimum one upercase, one kower case, one digit, and one special character. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uppercase
and lowercase
Codecov Report
@@ Coverage Diff @@
## master #1020 +/- ##
============================================
- Coverage 64.51% 64.51% -0.01%
+ Complexity 3167 3165 -2
============================================
Files 244 244
Lines 17034 17034
Branches 3022 3022
============================================
- Hits 10990 10989 -1
Misses 4507 4507
- Partials 1537 1538 +1
Continue to review full report at Codecov.
|
* Sample setup for password strength configuration for internal user.
…1020) * Sample setup for password strength configuration for internal user.
…1020) * Sample setup for password strength configuration for internal user.
…earch-project#1020) Signed-off-by: Craig Perkins <cwperx@amazon.com>
opendistro-for-elasticsearch/security pull request intake form
Please provide as much details as possible to get feedback/acceptance on your PR quickly
Category: (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)
Documentation / Sample config
Github Issue # or road-map entry, if available:
Community Question: https://github.com/opendistro-for-elasticsearch/security/issues/1007
Sample yml configuration for password strength rules.
To provide sample configuration to users who want to setup password strength rules for internal users
N.A
N.A
N.A
N.A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.