Skip to content

Commit 43e40df

Browse files
committed
[ci] Reduce infrastructure information exposure
1 parent 175f367 commit 43e40df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/operations/ci/aws-1/terraform.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ aws_kubernetes_storage_class = "gp2"
1212

1313
# DSS configuration
1414
image = "docker.io/interuss/dss:latest"
15-
authorization = {
16-
public_key_pem_path = "/test-certs/auth2.pem"
17-
}
1815
should_init = true
1916
crdb_image_tag = "v24.1.3"
2017
crdb_cluster_name = "interuss-ci"
@@ -31,6 +28,9 @@ crdb_external_nodes = []
3128
# app_hostname
3229
# db_hostname_suffix
3330

31+
# DSS configuration
32+
# authorization # Value to be provided as json
33+
3434
# AWS
3535
# aws_iam_permissions_boundary
3636
# aws_iam_administrator_role

0 commit comments

Comments
 (0)