Skip to content
Snippets Groups Projects
Commit b1b3076d authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

fix typo

parent 4c50b283
Branches
No related tags found
1 merge request!208Draft: Resolve "Enable TLS for all local settings (integration-tests, debug, etc.)"
......@@ -472,9 +472,9 @@ func (kms *KMS) GenerateAndSendKSAKey(remoteKMSId string, pathId uuid.UUID, requ
akmsKSAKeys[i] = *akmsKSAKey
}
remoteKMSAdrress := fmt.Sprintf("%s:%d", remoteKMS.Address, remoteKMS.Port)
remoteKMSAddress := fmt.Sprintf("%s:%d", remoteKMS.Address, remoteKMS.Port)
err = kms.sendKSAKeysToPlatformKmsPeer(remoteKMSAdrress, platformKey.Id.String(), requestID, ksaKeys)
err = kms.sendKSAKeysToPlatformKmsPeer(remoteKMSAddress, platformKey.Id.String(), requestID, ksaKeys)
if err != nil {
log.Error(err)
return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment