mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Remove /etc/system-fips file before executing fips-mode-setup
Closes #41038 (cherry picked from commit e631ef4f92683b073f9cac9ae0f55ac0a3483187) Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
parent
3121b9d334
commit
ee63430c99
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user