Add support for AWS signer within verifier-notation chart #2060
Open
Description
What would you like to be added?
I would like to have support for the following type of trustStores within the verifier.yaml chart file:
trustStores:
- signingAuthority:certs
trustedIdentities:
- arn:aws:signer:us-east-1:123456789012:/signing-profiles/notation_profile
Currently, I cannot use AWS signer profile as a trusted identity within the chart, and I need to override the verifier with a local one I'm generating on my end.
Anything else you would like to add?
No response
Are you willing to submit PRs to contribute to this feature?
- Yes, I am willing to implement it.