Skip to content

Getting "does not match expected pattern." error with AWS KMS and cosign #387

Discussion options

You must be logged in to vote

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.


  podSecurityPolicy:
    enabled: false
    name: ["connaisseur-psp"]  # list of PSPs to use, "connaisseur-psp" is the project-provided default
  envs:
    AWS_REGION: us-west-2            # dict of additional environment variables, which will be stored as a secret and injected into the Connaisseur pods    
.... 
....   
- name: cloudops
  type: cosign  # or other supported validator (e.g. "cosign")
  trust_r…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xopham
Comment options

Answer selected by shomeprasanjit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants