Getting "does not match expected pattern." error with AWS KMS and cosign #387
-
Hello All, my AWS KMS key spec is: Asymmetric — RSA_4096 (Sign and verify)
I am unable to perform verification and enforcement and I am getting the below error
debug log from deployment pods:
The relevant portion of values.yaml file is
Versions: k8s: 1.20 (EKS) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I was able to make it work by changing from RSA to ECC_NIST_P* as this conforms to the ECDSA algorithm. further discussion can be found in #99 below is my updated values.yaml file, other sections omitted for brevity.
|
Beta Was this translation helpful? Give feedback.
I was able to make it work by changing from RSA to ECC_NIST_P* as this conforms to the ECDSA algorithm. further discussion can be found in #99
Also I am now able to just use the KMS URI as mentioned in the doc
below is my updated values.yaml file, other sections omitted for brevity.