push for source sync

This commit is contained in:
jaewohong
2025-12-05 14:52:41 +09:00
parent 3329291b17
commit e4d59f3d36
@@ -934,7 +934,7 @@ public class HttpClient5AdapterServiceRest extends HttpClient5AdapterServiceSupp
clientSecret = niceAuth;
}
// 여기서 SECRETY인지 nice-auth 인지 check 하여 clientSecret 값을 정하는 logic 추가하여 넘겨야한다.
// 여기서 SECRETY인지 nice-auth 인지 check 하여 clientSecret 값을 정하는 logic 추가하여 넘겨야한다.
String responseMessage = doOutboundPreEncrypt(eaiBody, encryptAlgorithm, clientSecret, encryptAES256Iv, encryptAES256Key, certPath);
logger.debug("outbound pre encrypte value is :"+responseMessage);