Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLFM-8554: Run Synapse Docker registry using ECS #1

Merged
merged 37 commits into from
Oct 21, 2024

Conversation

brucehoff
Copy link
Member

@brucehoff brucehoff commented Sep 4, 2024

This PR deploys the open-source Docker registry to the Synapse dev' environment, running it on AWS ECS, using the AWS Application Deployment Template as a starting point.

A big part of deploying the registry is configuring it to work with Synapse for user authorization and sending event notifications. This is done in several configuration files that have to be added to the container. We do this by creating
our own container image with the necessary configuration files and then using that image in ECS. The image is created during the CDK synth' process "on the fly".

@brucehoff brucehoff requested a review from a team as a code owner September 4, 2024 00:59
.github/workflows/main.yml Show resolved Hide resolved
cdk.json Outdated Show resolved Hide resolved
docker_fargate/docker_fargate_stack.py Outdated Show resolved Hide resolved
cdk.json Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docker_fargate/docker_fargate_stack.py Outdated Show resolved Hide resolved
startup.sh Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
.pre-commit-config.yaml Outdated Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
docker_fargate/docker_fargate_stack.py Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
resources/prod/config.yml Outdated Show resolved Hide resolved
@brucehoff brucehoff requested review from zaro0508, xschildw and a team September 25, 2024 23:33
.github/workflows/aws-deploy.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Outdated Show resolved Hide resolved
.github/workflows/main.yml Show resolved Hide resolved
cdk.json Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
cdk.json Outdated Show resolved Hide resolved
cdk.json Outdated Show resolved Hide resolved
@brucehoff brucehoff requested review from zaro0508 and a team October 17, 2024 17:09
@brucehoff brucehoff merged commit adb2fdc into Sage-Bionetworks:dev Oct 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants