-
Notifications
You must be signed in to change notification settings - Fork 592
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
CORE-3167 relax fips enabled behavior #18766
CORE-3167 relax fips enabled behavior #18766
Conversation
Signed-off-by: Michael Boquard <michael@redpanda.com>
Just out of curiosity. Why not use |
Because a user will be the one setting the |
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.
please see minor doc suggestions!
Signed-off-by: Michael Boquard <michael@redpanda.com>
Signed-off-by: Michael Boquard <michael@redpanda.com>
This ensures that a test that wishes to override the FIPS mode flag doesn't get that overwritten later. Signed-off-by: Michael Boquard <michael@redpanda.com>
ea62122
b150e14
to
ea62122
Compare
Force push
|
}) | ||
|
||
@cluster(num_nodes=3) | ||
def test_startup(self): |
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.
Maybe parameterize by mode, adding testing capability to ensure it crashes when expected in enabled
mode as well
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.
Filed as a todo: https://redpandadata.atlassian.net/browse/CORE-3194
When RP is not installed to /opt/redpanda, some of the config files will point to non-existant files. This change will make it so one can run Redpanda in FIPS mode in DT. Signed-off-by: Michael Boquard <michael@redpanda.com>
Signed-off-by: Michael Boquard <michael@redpanda.com>
ea62122
to
82b4733
Compare
Force push
|
This PR changes the behavior of the
fips_mode
node config flag:bool
to anenum
disabled
- FIPS mode disabledenabled
- FIPS mode enabled and/proc/sys/crypto/fips_enabled
must equal1
or Redpanda will exitpermissive
- FIPS mode enabled and/proc/sys/crypto/fips_enabled
is checked for1
but if not1
, Redpanda will log a warningBackports Required
Release Notes