s2i-nodejs-container icon indicating copy to clipboard operation
s2i-nodejs-container copied to clipboard

FIPS - cannot disable in the runtime

Open mateBe95 opened this issue 3 months ago • 0 comments

Container platform

OCP 4

Version

ubi9/ubi-minimal:latest

OS version of the container image

RHEL 9

Bugzilla, Jira

No response

Description

In previous weeks it was possible to disable Node.js FIPS mode on fips enabled clusters at nodejs application runtime using crypto.setFips(false). However, this is no longer the case — calling this method now results in an error.

Cannot set FIPS mode. FIPS should be enabled/disabled at system level. See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening for more details.
Error: Cannot set FIPS mode. FIPS should be enabled/disabled at system level. Seehttps://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening for more details.

Is there any way to solve this problem?

Reproducer

No response

mateBe95 avatar Oct 02 '25 07:10 mateBe95