Skip to content

Commit

Permalink
Merge pull request #218 from NASA-IMPACT/dev
Browse files Browse the repository at this point in the history
Promote `dev` to `main`
  • Loading branch information
ranchodeluxe authored Aug 13, 2024
2 parents 03c35d9 + 4a6391e commit 574a173
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_tasks/vector_ingest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ RUN pip install --upgrade pip
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

ENV FOOBAR="FOOBAZ"

COPY handler.py handler.py
2 changes: 2 additions & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ resource "local_file" "mwaa_variables" {
ecs_cluster_name = module.mwaa.cluster_name
log_group_name = module.mwaa.log_group_name
mwaa_execution_role_arn = module.mwaa.mwaa_role_arn
assume_role_read_arn = var.assume_role_arns[0]
assume_role_write_arn = var.assume_role_arns[0]
account_id = local.account_id
aws_region = local.aws_region
cognito_app_secret = var.workflows_client_secret
Expand Down
2 changes: 2 additions & 0 deletions infrastructure/mwaa_environment_variables.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"ACCOUNT_ID": "${account_id}",
"AWS_REGION": "${aws_region}"
},
"ASSUME_ROLE_READ_ARN": "${assume_role_read_arn}",
"ASSUME_ROLE_WRITE_ARN": "${assume_role_write_arn}",
"COGNITO_APP_SECRET": "${cognito_app_secret}",
"STAC_INGESTOR_API_URL": "${stac_ingestor_api_url}",
"STAC_URL": "${stac_url}",
Expand Down

0 comments on commit 574a173

Please sign in to comment.