Skip to content

Commit

Permalink
Updating the cfn files for bulk-delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caesonia committed Feb 6, 2024
1 parent cbd8386 commit 29f93a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ ENV LOG_TO_CONSOLE=true
ENV LOG_SQL=false
ENV AWS_SES_PWD=password
ENV [email protected]
ENV SES_ENDPOINT=endpoint
ENV SNS_ENDPOINT=endpoint
ENV BATCH_DELETION_KEY=key
# Making a note for a new dockerfile test.
EXPOSE 8080
Expand Down
2 changes: 2 additions & 0 deletions cfn/cfn-registry-cluster.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ Resources:
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/AWS_SES_PWD'
- Name: AWS_SES_USER
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/AWS_SES_USER'
- Name: BATCH_DELETION_KEY
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/BATCH_DELETION_KEY'
LinuxParameters: {}
LogConfiguration:
LogDriver: awslogs
Expand Down
2 changes: 2 additions & 0 deletions cfn/cfn-registry-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ Resources:
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/AWS_SES_PWD'
- Name: AWS_SES_USER
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/AWS_SES_USER'
- Name: BATCH_DELETION_KEY
ValueFrom: !Sub 'arn:aws:ssm:us-east-1:997427182289:parameter/${Envn}/REGISTRY/BATCH_DELETION_KEY'
LinuxParameters: {}
LogConfiguration:
LogDriver: awslogs
Expand Down

0 comments on commit 29f93a6

Please sign in to comment.