@@ -89,6 +89,44 @@ then replace all the ssm parameter references for `oidc_arn` with `aws_iam_openi
8989* [ github-actions-push-to-aws-ecr-without-credentials-oidc] ( https://blog.tedivm.com/guides/2021/10/github-actions-push-to-aws-ecr-without-credentials-oidc/ )
9090* [ about-security-hardening-with-openid-connect] ( https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#example-subject-claims )
9191
92+
93+ ## Related Assets
94+
95+ This is a core infrastructure repository that defines infrastructure related to ECS, ECR, and Fargate deployments. The following application infrastructure repositories depend on this repository:
96+
97+ * [ Alma Hook] ( https://github.com/MITLibraries/mitlib-tf-workloads-almahook )
98+ * [ Alma Integrations] ( https://github.com/MITLibraries/mitlib-tf-workloads-patronload )
99+ * [ Alma Patron Load Application Container] ( https://github.com/MITLibraries/alma-patronload )
100+ * [ ASATI] ( https://github.com/MITLibraries/mitlib-tf-workloads-asati )
101+ * [ ASATI Application Contaier] ( https://github.com/MITLibraries/asati )
102+ * [ Carbon] ( https://github.com/MITLibraries/mitlib-tf-workloads-carbon )
103+ * [ DSS] ( https://github.com/MITLibraries/mitlib-tf-workloads-dss )
104+ * [ DSpace Submission Service Application Container] ( https://github.com/MITLibraries/dspace-submission-service )
105+ * [ ETD] ( https://github.com/MITLibraries/mitlib-tf-workloads-etd )
106+ * [ HRQB] ( https://github.com/MITLibraries/mitlib-tf-workloads-hrqb-loader )
107+ * [ HRQB Client] ( https://github.com/MITLibraries/hrqb-client )
108+ * [ Matomo] ( https://github.com/MITLibraries/mitlib-tf-workloads-matomo )
109+ * [ Matomo Application Container] ( https://github.com/MITLibraries/docker-matomo )
110+ * [ PPOD] ( https://github.com/MITLibraries/mitlib-tf-workloads-ppod )
111+ * [ PPOD Application Container] ( https://github.com/MITLibraries/ppod )
112+ * [ Timdex] ( https://github.com/MITLibraries/mitlib-tf-workloads-timdex-infrastructure )
113+ * [ Timdex Application Container] ( https://github.com/MITLibraries/timdex )
114+ * [ Timdex Dataset API] ( https://github.com/MITLibraries/timdex-dataset-api )
115+ * [ Timdex Index Manager] ( https://github.com/MITLibraries/timdex-index-manager )
116+ * [ Timdex Pipeline Lambdas] ( https://github.com/MITLibraries/timdex-pipeline-lambdas )
117+ * [ Timdex UI] ( https://github.com/MITLibraries/timdex-ui )
118+ * [ Timdex Simulator] ( https://github.com/MITLibraries/timdex-simulator )
119+ * [ WCD2Reshare] ( https://github.com/MITLibraries/mitlib-tf-workloads-wcd2reshare )
120+ * [ WCD2Reshare Appliation Container] ( https://github.com/MITLibraries/wcd2reshare )
121+ * [ Wiley] ( https://github.com/MITLibraries/mitlib-tf-workloads-wiley )
122+ * [ Wiley Deposits Application Container] ( https://github.com/MITLibraries/mitlib-tf-workloads-wiley )
123+
124+ ## Maintainers
125+
126+ * Owner: See [ CODEOWNERS] ( ./.github/CODEOWNERS )
127+ * Team: See [ CODEOWNERS] ( ./.github/CODEOWNERS )
128+ * Last Maintenance: 2025-01
129+
92130## TF markdown is automatically inserted at the bottom of this file, nothing should be written beyond this point
93131
94132<!-- BEGIN_TF_DOCS -->
@@ -110,6 +148,7 @@ then replace all the ssm parameter references for `oidc_arn` with `aws_iam_openi
110148| Name | Source | Version |
111149| ------| --------| ---------|
112150| ecr\_ alma\_ webhook\_ lambdas | ./modules/ecr | n/a |
151+ | ecr\_ asati | ./modules/ecr | n/a |
113152| ecr\_ bursar | ./modules/ecr | n/a |
114153| ecr\_ carbon | ./modules/ecr | n/a |
115154| ecr\_ creditcardslips | ./modules/ecr | n/a |
@@ -158,6 +197,10 @@ then replace all the ssm parameter references for `oidc_arn` with `aws_iam_openi
158197| alma\_ webhook\_ lambdas\_ makefile | Full contents of the Makefile for the alma-webhook-lambdas repo (allows devs to push to Dev account only) |
159198| alma\_ webhook\_ lambdas\_ prod\_ promote\_ workflow | Full contents of the prod-promote.yml for the alma-webhook-lambdas repo |
160199| alma\_ webhook\_ lambdas\_ stage\_ build\_ workflow | Full contents of the stage-build.yml for the alma-webhook-lambdas repo |
200+ | asati\_ fargate\_ dev\_ build\_ workflow | Full contents of the dev-build.yml for the asati repo |
201+ | asati\_ fargate\_ makefile | Full contents of the Makefile for the asati repo (allows devs to push to Dev account only) |
202+ | asati\_ fargate\_ prod\_ promote\_ workflow | Full contents of the prod-promote.yml for the asati repo |
203+ | asati\_ fargate\_ stage\_ build\_ workflow | Full contents of the stage-build.yml for the asati repo |
161204| browsertrix\_ dev\_ build\_ workflow | Full contents of the dev-build.yml for the browsertrix-harvester repo |
162205| browsertrix\_ makefile | Full contents of the Makefile for the browsertrix-harvester repo (allows devs to push to Dev account only) |
163206| browsertrix\_ prod\_ promote\_ workflow | Full contents of the prod-promote.yml for the browsertrix-harvester repo |
0 commit comments