Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable feeder assets CDN #709

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spire/templates/apps-200A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Parameters:
ExchangeApiHostname: { Type: String }
ExchangeTransferHostname: { Type: String }
FeederHostname: { Type: String }
FeederAssetsHostname: { Type: String }
FeederAuthProxyHostname: { Type: String }
FeederAuthProxyInternalHostname: { Type: String }
FixerHostname: { Type: String }
Expand Down Expand Up @@ -287,6 +288,7 @@ Resources:
CmsHostname: !Ref CmsHostname
DovetailRouterHostname: !Ref DovetailRouterHostname
FeederHostname: !Ref FeederHostname
FeederAssetsHostname: !Ref FeederAssetsHostname
FeederAuthProxyHostname: !Ref FeederAuthProxyHostname
FeederAuthProxyInternalHostname: !Ref FeederAuthProxyInternalHostname
IdHostname: !Ref IdHostname
Expand Down
5 changes: 5 additions & 0 deletions spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Parameters:
PlayHostname: { Type: String }
BetaHostname: { Type: String }
FeederHostname: { Type: String }
FeederAssetsHostname: { Type: String }
FeederAuthProxyHostname: { Type: String }
FeederAuthProxyInternalHostname: { Type: String }
FeederCdnHostname: { Type: String }
Expand Down Expand Up @@ -633,6 +634,8 @@ Resources:
Value: !Ref AnnounceResourcePrefix
- Name: APPLE_API_BRIDGE_URL
Value: !Ref DovetailAppleApiBridgeEndpointUrl
- Name: ASSET_HOST
Value: !Ref FeederAssetsHostname
- Name: AWS_ACCOUNT_ID
Value: !Ref AWS::AccountId
- Name: AWS_DEFAULT_REGION
Expand Down Expand Up @@ -779,6 +782,8 @@ Resources:
Value: !Ref AnnounceResourcePrefix
- Name: APPLE_API_BRIDGE_URL
Value: !Ref DovetailAppleApiBridgeEndpointUrl
- Name: ASSET_HOST
Value: !Ref FeederAssetsHostname
- Name: AWS_ACCOUNT_ID
Value: !Ref AWS::AccountId
- Name: AWS_DEFAULT_REGION
Expand Down
1 change: 1 addition & 0 deletions spire/templates/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ Resources:
ExchangeApiHostname: !GetAtt Constants2.Outputs.ExchangeApiHostname
ExchangeTransferHostname: !GetAtt Constants2.Outputs.ExchangeTransferHostname
FeederHostname: !GetAtt Constants2.Outputs.FeederHostname
FeederAssetsHostname: !GetAtt Constants2.Outputs.FeederAssetsHostname
FeederAuthProxyHostname: !GetAtt Constants2.Outputs.FeederAuthProxyHostname
FeederAuthProxyInternalHostname: !GetAtt Constants2.Outputs.FeederAuthProxyInternalHostname
FixerHostname: !GetAtt Constants2.Outputs.FixerHostname
Expand Down