Skip to content

Commit 821989d

Browse files
committed
fix: Add SECURE_API_TOKEN_SECRET env var
1 parent 7ece50a commit 821989d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/CloudScanning.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ Resources:
218218
Value: !If [ ECSDeployed, "true", "false" ]
219219
- Name: TELEMETRY_DEPLOYMENT_METHOD
220220
Value: cft
221+
- Name: SECURE_API_TOKEN_SECRET
222+
Value: ${SysdigSecureAPITokenSsm}
221223
Secrets:
222224
- Name: SECURE_URL
223225
ValueFrom: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${SysdigSecureEndpointSsm}

0 commit comments

Comments
 (0)