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 fips_mode setting and associated checks (#32326) #32344

Closed
wants to merge 3 commits into from

Conversation

jkakavas
Copy link
Member

  • Introduce fips_mode setting and associated checks

Introduce xpack.security.fips_mode.enabled setting ( default false)
When it is set to true, a number of Bootstrap checks are performed:

  • Check that Secure Settings are of the latest version (3)
  • Check that no JKS keystores are configured
  • Check that compliant algorithms ( PBKDF2 family ) are used for
    password hashing

* Introduce fips_mode setting and associated checks

Introduce xpack.security.fips_mode.enabled setting ( default false)
When it is set to true, a number of Bootstrap checks are performed:
- Check that Secure Settings are of the latest version (3)
- Check that no JKS keystores are configured
- Check that compliant algorithms ( PBKDF2 family ) are used for
  password hashing
@jkakavas jkakavas added >enhancement :Security/Security Security issues without another label v6.4.0 labels Jul 24, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-security

@jkakavas
Copy link
Member Author

This seems to be failing because of #32342, I'll trigger a run after merging 6.x If a fix is pushed soon

@jkakavas
Copy link
Member Author

This was backported to 6.x in 06e462e

@jkakavas jkakavas closed this Jul 30, 2018
@jkakavas jkakavas deleted the fips-mode-6x branch September 14, 2018 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Security/Security Security issues without another label v6.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants