@@ -89,7 +89,6 @@ 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-
9392## Related Assets
9493
9594This is a core infrastructure repository that defines infrastructure related to ECS, ECR, and Fargate deployments. The following application infrastructure repositories depend on this repository:
@@ -101,6 +100,9 @@ This is a core infrastructure repository that defines infrastructure related to
101100* [ ASATI] ( https://github.com/MITLibraries/mitlib-tf-workloads-asati )
102101 * [ ASATI Application Container] ( https://github.com/MITLibraries/asati )
103102* [ Carbon] ( https://github.com/MITLibraries/mitlib-tf-workloads-carbon )
103+ * [ CDPS] ( https://github.com/MITLibraries/mitlib-tf-workloads-cdps-storage )
104+ * [ S3 BagIt Validator] ( https://github.com/MITLibraries/s3-bagit-validator )
105+ * [ CDPS CURT] ( https://github.com/MITLibraries/cdps-curt )
104106* [ DSC] ( https://github.com/MITLibraries/mitlib-tf-workloads-dsc )
105107 * [ DSC Application Container] ( https://github.com/MITLibraries/dspace-submission-composer )
106108* [ DSS] ( https://github.com/MITLibraries/mitlib-tf-workloads-dss )
@@ -112,8 +114,6 @@ This is a core infrastructure repository that defines infrastructure related to
112114 * [ Matomo Application Container] ( https://github.com/MITLibraries/docker-matomo )
113115* [ PPOD] ( https://github.com/MITLibraries/mitlib-tf-workloads-ppod )
114116 * [ PPOD Application Container] ( https://github.com/MITLibraries/ppod )
115- * [ CDPS] ( https://github.com/MITLibraries/mitlib-tf-workloads-cdps-storage )
116- * [ S3 BagIt Validator] ( https://github.com/MITLibraries/s3-bagit-validator )
117117* [ TIMDEX] ( https://github.com/MITLibraries/mitlib-tf-workloads-timdex-infrastructure )
118118 * [ TIMDEX Application Container] ( https://github.com/MITLibraries/timdex )
119119 * [ TIMDEX Dataset API] ( https://github.com/MITLibraries/timdex-dataset-api )
@@ -156,6 +156,7 @@ This is a core infrastructure repository that defines infrastructure related to
156156| ecr\_ asati | ./modules/ecr | n/a |
157157| ecr\_ bursar | ./modules/ecr | n/a |
158158| ecr\_ carbon | ./modules/ecr | n/a |
159+ | ecr\_ cdps\_ curt | ./modules/ecr | n/a |
159160| ecr\_ cdps\_ s3\_ bagit\_ validator | ./modules/ecr | n/a |
160161| ecr\_ creditcardslips | ./modules/ecr | n/a |
161162| ecr\_ dsc | ./modules/ecr | n/a |
@@ -220,6 +221,10 @@ This is a core infrastructure repository that defines infrastructure related to
220221| carbon\_ makefile | Full contents of the Makefile for the carbon repo (allows devs to push to Dev account only) |
221222| carbon\_ prod\_ promote\_ workflow | Full contents of the prod-promote.yml for the carbon repo |
222223| carbon\_ stage\_ build\_ workflow | Full contents of the stage-build.yml for the carbon repo |
224+ | cdps\_ curt\_ dev\_ build\_ workflow | Full contents of the dev-build.yml for the cdps-curt repo |
225+ | cdps\_ curt\_ makefile | Full contents of the Makefile for the cdps-curt repo (allows devs to push to Dev account only) |
226+ | cdps\_ curt\_ prod\_ promote\_ workflow | Full contents of the prod-promote.yml for the cdps-curt repo |
227+ | cdps\_ curt\_ stage\_ build\_ workflow | Full contents of the stage-build.yml for the cdps-curt repo |
223228| creditcardslips\_ dev\_ build\_ workflow | Full contents of the dev-build.yml for the alma-creditcardslips repo |
224229| creditcardslips\_ makefile | Full contents of the Makefile for the alma-creditcardslips repo (allows devs to push to Dev account only) |
225230| creditcardslips\_ prod\_ promote\_ workflow | Full contents of the prod-promote.yml for the alma-creditcardslips repo |
0 commit comments