Skip to content

Commit 8f9113c

Browse files
authored
Change FedRAMP URL to fedramp.spacelift.io (#181)
As we think that will be more future poof. Our environment runs in non-gov cloud and only FedRAMP moderate. In case we launch a FedRAMP High in the future, that runs in gov-cloud, the current URL could lead to a lot of customer confusion. CU-869a9w96v
1 parent 29684b1 commit 8f9113c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.spacelift/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2
2-
module_version: 5.3.0
2+
module_version: 5.3.1
33

44
tests:
55
- name: AMD64-based workerpool

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ provider "aws" {
3737
}
3838
3939
module "spacelift_workerpool" {
40-
source = "github.com/spacelift-io/terraform-aws-spacelift-workerpool-on-ec2?ref=v5.3.0"
40+
source = "github.com/spacelift-io/terraform-aws-spacelift-workerpool-on-ec2?ref=v5.3.1"
4141
4242
secure_env_vars = {
4343
SPACELIFT_TOKEN = var.worker_pool_config

user_data/saas.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spacelift () {(
1919
decoded_token=$(echo "$SPACELIFT_TOKEN" | base64 -d 2>/dev/null || echo "")
2020
if [[ -n "$decoded_token" ]]; then
2121
broker_endpoint=$(echo "$decoded_token" | jq -r '.broker.endpoint' 2>/dev/null || echo "")
22-
if [[ "$broker_endpoint" == *".gov.spacelift.io" ]]; then
22+
if [[ "$broker_endpoint" == *".fedramp.spacelift.io" ]]; then
2323
fedrampSuffix="-fedramp"
2424
fi
2525
fi

0 commit comments

Comments
 (0)