From 8e29d3f625bac8fa5e7850da3ae0315416fbf1cf Mon Sep 17 00:00:00 2001 From: Coldot <41678750+Coldot@users.noreply.github.com> Date: Sat, 22 Mar 2025 21:40:58 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20ECS=20=ED=83=9C=EC=8A=A4=ED=81=AC=20?= =?UTF-8?q?=EC=A0=95=EC=9D=98=EC=97=90=20MongoDB=20URL=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ECS 태스크 정의 파일에 MongoDB URL을 Secrets Manager에서 가져오는 비밀 추가 - 애플리케이션의 보안성을 높이기 위한 설정 --- .aws/ecs-task-definition.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.aws/ecs-task-definition.json b/.aws/ecs-task-definition.json index 88ea146..420d393 100644 --- a/.aws/ecs-task-definition.json +++ b/.aws/ecs-task-definition.json @@ -20,6 +20,10 @@ "mountPoints": [], "volumesFrom": [], "secrets": [ + { + "name": "MONGODB_URL", + "valueFrom": "arn:aws:secretsmanager:ap-northeast-2:864981757354:secret:xrpedia/credentials-UAy9x0:xrpedia-mongodb-url::" + } ], "ulimits": [], "logConfiguration": {