Skip to content

Commit

Permalink
Patch through echo service token
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Jul 31, 2023
1 parent d58ac15 commit 97feb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions stacks/apps-200A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ Resources:
BetaHostname: !Ref BetaHostname
PublicFeedsHostname: !Ref PublicFeedsHostname
DovetailAppleApiBridgeEndpointUrl: !Ref DovetailAppleApiBridgeEndpointUrl
EchoServiceToken: { Type: String }
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
Expand Down
4 changes: 3 additions & 1 deletion stacks/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Parameters:
RootStackId: { Type: String }
CloudWatchAlarmTaggerServiceToken: { Type: String }
CloudWatchLogGroupTaggerServiceToken: { Type: String }
EchoServiceToken: { Type: String }
S3SigningUserName: { Type: String }
S3SigningEndpointUrl: { Type: String }
S3SigningAccessKeyId: { Type: String }
Expand Down Expand Up @@ -72,7 +73,8 @@ Resources:
Constants:
Type: Custom::Echo
Properties:
WorkerLoggedErrorsMetricName: !Sub WorkerLoggedErrors${EnvironmentType}
ServiceToken: !Ref EchoServiceToken
WorkerLoggedtrrorsMetricName: !Sub WorkerLoggedErrors${EnvironmentType}
WebLoggedErrorsMetricName: !Sub WebLoggedErrors${EnvironmentType}

HostHeaderListenerRule:
Expand Down

0 comments on commit 97feb70

Please sign in to comment.