Merge remote-tracking branch 'origin/feature/http-signature' into feature/http-signature

This commit is contained in:
usbharu 2023-10-20 11:58:21 +09:00
commit 888b650e23
2 changed files with 3 additions and 2 deletions

View File

@ -19,5 +19,4 @@ class HttpClientConfig {
}
expectSuccess = true
}
}

View File

@ -125,7 +125,9 @@ class APRequestServiceImpl(
val sign = httpSignatureSigner.sign(
httpRequest = HttpRequest(
u, HttpHeaders(headers.toMap()), HttpMethod.POST
u,
HttpHeaders(headers.toMap()),
HttpMethod.POST
),
privateKey = PrivateKey(
keyId = signer.keyId,