Skip to content

Commit d9c285d

Browse files
Merge pull request #30 from spacelift-io/CU-8699yp7ej_enableFIPS
feat: removed GODEBUG only. It will be set to "on" for FedRAMP since …
2 parents 7b4cc0f + 5d3b666 commit d9c285d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vmss.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ echo "Retrieving Azure VMSS Name" >> /var/log/spacelift/info.log
8888
export SPACELIFT_METADATA_vmss_name=$(curl -s -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance?api-version=2021-02-01" | jq -r ".compute.vmScaleSetName")
8989
9090
echo "Starting the Spacelift binary" >> /var/log/spacelift/info.log
91-
92-
if [[ -n "$fedrampSuffix" ]]; then
93-
echo "Setting GODEBUG=fips140=only for fedRAMP compliance" >> /var/log/spacelift/info.log
94-
export GODEBUG=fips140=only
95-
fi
96-
9791
/usr/bin/spacelift-launcher 1>>/var/log/spacelift/info.log 2>>/var/log/spacelift/error.log
9892
)}
9993

0 commit comments

Comments
 (0)