Skip to content

Commit

Permalink
Pass augury hostname to feeder
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Jul 10, 2024
1 parent 7df7543 commit c13011d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spire/templates/apps-200A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Parameters:
S3SigningAccessKeyId: { Type: String }
DeploymentPackageBucketName: { Type: String }
S3StaticSiteDeployServiceToken: { Type: String }
AuguryHostname: { Type: String }
BetaHostname: { Type: String }
CastleHostname: { Type: String }
TheCastleHostname: { Type: String }
Expand Down Expand Up @@ -264,6 +265,7 @@ Resources:
PorterJobExecutionSnsTopicArn: !Ref PorterJobExecutionSnsTopicArn
AnnounceResourcePrefix: !Ref AnnounceResourcePrefix
FeedsS3BucketArn: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Feeder/us-east-1/s3-bucket-arn
AuguryHostname: !Ref AuguryHostname
CastleHostname: !Ref CastleHostname
CmsHostname: !Ref CmsHostname
DovetailRouterHostname: !Ref DovetailRouterHostname
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 @@ -57,6 +57,7 @@ Parameters:
AnnounceResourcePrefix: { Type: String }
PorterJobExecutionSnsTopicArn: { Type: String }
FeedsS3BucketArn: { Type: AWS::SSM::Parameter::Value<String> }
AuguryHostname: { Type: String }
CastleHostname: { Type: String }
CmsHostname: { Type: String }
DovetailRouterHostname: { Type: String }
Expand Down Expand Up @@ -691,6 +692,8 @@ Resources:
Value: !Ref DovetailAppleApiBridgeEndpointUrl
- Name: ASSET_HOST
Value: !Ref FeederAssetsHostname
- Name: AUGURY_HOST
Value: !Ref AuguryHostname
- Name: AWS_ACCOUNT_ID
Value: !Ref AWS::AccountId
- Name: AWS_DEFAULT_REGION
Expand Down Expand Up @@ -864,6 +867,8 @@ Resources:
Value: !Ref DovetailAppleApiBridgeEndpointUrl
- Name: ASSET_HOST
Value: !Ref FeederAssetsHostname
- Name: AUGURY_HOST
Value: !Ref AuguryHostname
- 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 @@ -744,6 +744,7 @@ Resources:
S3SigningAccessKeyId: !GetAtt Apps100AStack.Outputs.S3SigningAccessKeyId
S3StaticSiteDeployServiceToken: !GetAtt CustomResourcesStack.Outputs.S3StaticSiteDeployServiceToken
DeploymentPackageBucketName: !GetAtt Constants2.Outputs.DeploymentPackageBucketName
AuguryHostname: !GetAtt Constants2.Outputs.AuguryHostname
BetaHostname: !GetAtt Constants2.Outputs.BetaHostname
CastleHostname: !GetAtt Constants2.Outputs.CastleHostname
TheCastleHostname: !GetAtt Constants2.Outputs.TheCastleHostname
Expand Down

0 comments on commit c13011d

Please sign in to comment.