From 5e0d5fbd1ad4102e0486242b833a5d14a8df9639 Mon Sep 17 00:00:00 2001 From: bjkim Date: Fri, 8 May 2026 15:38:53 +0900 Subject: [PATCH] =?UTF-8?q?[ADD]=20=EC=BF=A0=EB=B2=84=EB=84=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=97=B0=EB=8F=99=EC=9D=84=20=EC=9C=84=ED=95=9C=20Kubeflow=20U?= =?UTF-8?q?RL=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20AWS?= =?UTF-8?q?=20=EA=B4=80=EB=A0=A8=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=8D=BC=ED=8B=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-aws.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-aws.properties b/src/main/resources/application-aws.properties index 593465f..9eb2c40 100644 --- a/src/main/resources/application-aws.properties +++ b/src/main/resources/application-aws.properties @@ -17,12 +17,10 @@ spring.sql.init.mode=never # App Properties (JWT) cuuva.app.jwtCookieName=cuuva-jwt cuuva.app.jwtRefreshCookieName=cuuva-jwt-refresh -cuuva.app.jwtSecret=${JWT_SECRET} +cuuva.app.jwtSecret= 275511b31c520562d69802ce4a913773102563891563a24062f44b3f312ca2bd034440e81836d1b4ccf4195f43db4c81a4e489a41f1ae0967afe468c9a361f4d # Storage Provider (S3) storage.provider=minio -cloud.aws.region.static=ap-northeast-2 -cloud.aws.s3.bucket=${S3_BUCKET_NAME} # Swagger UI springdoc.swagger-ui.path=/swagger-ui @@ -36,4 +34,7 @@ spring.servlet.multipart.max-file-size=500MB spring.servlet.multipart.max-request-size=500MB # ALB / Forwarded Headers -server.forward-headers-strategy=native \ No newline at end of file +server.forward-headers-strategy=native + + +kubeflow.url=http://ml-pipeline-ui.kubeflow.svc.cluster.local:80