We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ece50a commit 821989dCopy full SHA for 821989d
templates/CloudScanning.yaml
@@ -218,6 +218,8 @@ Resources:
218
Value: !If [ ECSDeployed, "true", "false" ]
219
- Name: TELEMETRY_DEPLOYMENT_METHOD
220
Value: cft
221
+ - Name: SECURE_API_TOKEN_SECRET
222
+ Value: ${SysdigSecureAPITokenSsm}
223
Secrets:
224
- Name: SECURE_URL
225
ValueFrom: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${SysdigSecureEndpointSsm}
0 commit comments