Skip to content
Snippets Groups Projects

Add a seperate AKMS config option

Merged Malte Bauch requested to merge seperate-config-option-for-akms into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -57,7 +57,7 @@ func (c *CkmsAkmsClient) SendKSAKeysToRequestingInstances(requestID string, proc
return err
}
// TODO: also log the response body if request failed
logrus.Infof("Attempting to send KSA post request to AKMS with URL: %s", c.url)
resp, err := c.httpClient.Post(c.url, "application/json", bytes.NewBuffer(jsonData))
if err != nil {
body, err2 := io.ReadAll(resp.Body)
Loading