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

Sample configuration for password strength rules #1020

Merged
merged 3 commits into from
Feb 8, 2021

Conversation

hardik-k-shah
Copy link
Member

@hardik-k-shah hardik-k-shah commented Feb 5, 2021

opendistro-for-elasticsearch/security pull request intake form

Please provide as much details as possible to get feedback/acceptance on your PR quickly

  1. Category: (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)
    Documentation / Sample config

  2. Github Issue # or road-map entry, if available:

Community Question: https://github.com/opendistro-for-elasticsearch/security/issues/1007

  1. Description of changes:

Sample yml configuration for password strength rules.

  1. Why these changes are required?

To provide sample configuration to users who want to setup password strength rules for internal users

  1. What is the old behavior before changes and new behavior after changes? (Please add any example/logs/screen-shot if available)

N.A

  1. Testing done: (Please provide details of testing done: Unit testing, integration testing and manual testing)

N.A

  1. TO-DOs, if any: (Please describe pending items and provide Github issues# for each of them)

N.A

  1. Is it backport from master branch? (If yes, please add backport PR # and commits #)

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.

@hardik-k-shah hardik-k-shah requested a review from a team as a code owner February 5, 2021 01:33
@hardik-k-shah hardik-k-shah changed the title Hardik k shah password rules Sample configuration for password strength rules Feb 5, 2021
# 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.
Copy link
Member

@cliu123 cliu123 Feb 5, 2021

Choose a reason for hiding this comment

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

uppercase and lowercase

@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #1020 (86a7084) into master (ad2b42c) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ Complexity Δ
...search/security/tools/OpenDistroSecurityAdmin.java 47.39% <0.00%> (-0.14%) 76.00% <0.00%> (-1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad2b42c...9505dd8. Read the comment docs.

@cliu123 cliu123 changed the base branch from master to main February 6, 2021 00:07
@hardik-k-shah hardik-k-shah merged commit f17c78f into main Feb 8, 2021
@hardik-k-shah hardik-k-shah deleted the hardik-k-shah-password-rules branch February 8, 2021 19:55
@cliu123 cliu123 added the maintenance Project maintenance label Feb 8, 2021
chrousto referenced this pull request in chrousto/security Mar 6, 2021
* Sample setup for password strength configuration for internal user.
lbreinig pushed a commit to lbreinig/security that referenced this pull request Dec 23, 2021
…1020)

* Sample setup for password strength configuration for internal user.
wuychn pushed a commit to ochprince/security that referenced this pull request Mar 16, 2023
…1020)

* Sample setup for password strength configuration for internal user.
gaobinlong pushed a commit to gaobinlong/security that referenced this pull request Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants