Skip to content

Commit 5557c88

Browse files
committed
docs update; codeowners update
Why these changes are being introduced: This commit updates the README file for this repository. It also adds a CODEOWNERS file. Side effects of this change: None Changes to be committed: new file: CODEOWNERS modified: ../README.md
1 parent 1487a4b commit 5557c88

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CODEOWNERS file for mitlib-tf-workloads-ecr
2+
3+
################################################################################
4+
# This repository is maintained by the MIT Libraries Infrastructure Team.
5+
* @mitlibraries/infraeng-terraform-reviewers
6+
7+
# There are no individual code owners for this repository.

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 -->

0 commit comments

Comments
 (0)