mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Remove /etc/system-fips file before executing fips-mode-setup
Closes #41038
(cherry picked from commit e631ef4f92)
Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
1
.github/scripts/run-fips-it.sh
vendored
1
.github/scripts/run-fips-it.sh
vendored
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
rm -f /etc/system-fips
|
||||
dnf install -y java-21-openjdk-devel
|
||||
fips-mode-setup --enable --no-bootcfg
|
||||
fips-mode-setup --is-enabled
|
||||
|
||||
1
.github/scripts/run-fips-ut.sh
vendored
1
.github/scripts/run-fips-ut.sh
vendored
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f /etc/system-fips
|
||||
dnf install -y java-21-openjdk-devel crypto-policies-scripts
|
||||
fips-mode-setup --enable --no-bootcfg
|
||||
fips-mode-setup --is-enabled
|
||||
|
||||
Reference in New Issue
Block a user