You've already forked aws-iam-anywhere-refresher
this is my quickfix branch and i will use to do my quickfixes
This commit is contained in:
@@ -176,9 +176,9 @@ func GetCertStoreSigner(certIdentifier CertIdentifier, useLatestExpiringCert boo
|
||||
// Find the signing algorithm
|
||||
switch cert.PublicKey.(type) {
|
||||
case *ecdsa.PublicKey:
|
||||
signingAlgorithm = aws4_x509_ecdsa_sha256
|
||||
signingAlgorithm = aws4X509EcdsaSha256
|
||||
case *rsa.PublicKey:
|
||||
signingAlgorithm = aws4_x509_rsa_sha256
|
||||
signingAlgorithm = aws4X509RsaSha256
|
||||
default:
|
||||
err = errors.New("unsupported algorithm")
|
||||
goto fail
|
||||
|
||||
Reference in New Issue
Block a user