Skip to content

Commit

Permalink
Add BigQuery credentials envar
Browse files Browse the repository at this point in the history
farski committed Jan 17, 2025
1 parent 2206a9b commit b5e09f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spire/templates/apps/dovetail-insights.yml
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@ Parameters:
EcrImageTag: { Type: AWS::SSM::Parameter::Value<String> }
AlbListenerRulePriorityPrefix: { Type: String }
IdHostname: { Type: String }
BigQueryClientConfig: { Type: AWS::SSM::Parameter::Value<String> }

Conditions:
IsProduction: !Equals [!Ref EnvironmentType, Production]
@@ -250,9 +251,9 @@ Resources:
PortMappings:
- ContainerPort: !Ref kWebApplicationPort
HostPort: 0
# Secrets:
# - Name: API_ADMIN_TOKENS
# ValueFrom: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Feeder/api-admin-tokens
Secrets:
- Name: BIGQUERY_CREDENTIALS
ValueFrom: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Insights/big-query-client-config
ExecutionRoleArn: !GetAtt ExecutionRole.Arn
NetworkMode: bridge
Tags:

0 comments on commit b5e09f4

Please sign in to comment.