Skip to content

Commit fcd183b

Browse files
feat: removed GODEBUG only. It will be set to "on" for FedRAMP since GOFIPS is already enabled for it at build time
1 parent 346452b commit fcd183b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

user_data/saas.tftpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ spacelift () {(
7373
export SPACELIFT_METADATA_asg_id=$(aws autoscaling --region=${region} describe-auto-scaling-instances --instance-ids $SPACELIFT_METADATA_instance_id | jq -r '.AutoScalingInstances[0].AutoScalingGroupName')
7474

7575
echo "Starting the Spacelift binary" >> /var/log/spacelift/info.log
76-
77-
if [[ -n "$fedrampSuffix" ]]; then
78-
echo "Setting GODEBUG=fips140=only for fedRAMP compliance" >> /var/log/spacelift/info.log
79-
export GODEBUG=fips140=only
80-
fi
81-
8276
/usr/bin/spacelift-launcher 1>>/var/log/spacelift/info.log 2>>/var/log/spacelift/error.log
8377
)}
8478

0 commit comments

Comments
 (0)