Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Add FIPS mode support to Faros #143

Merged
merged 9 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
Added FIPS Mode to data.skel
  • Loading branch information
hfenner authored Jun 23, 2021
commit d3d5bab36a3af264dfaf940c502aa07b76431f90
1 change: 1 addition & 0 deletions data.skel/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export SUBNET_MASK=24
export ALLOWED_SERVICES='["SSH to Bastion"]'
# CLUSTER CONFIGURATION
export ADMIN_PASSWORD='admin'
export FIPS_MODE='False'
export PULL_SECRET=''
# CLUSTER HARDWARE
export MGMT_PROVIDER='ilo'
Expand Down