Hi,
I'm currently using in-toto-golang to generate an attested dsse envelope, signing it with a locally generated key. I'd like to sign the envelope using a key stored in AWS KMS.
From what I could figure out this would probably require using aws sdk, kms client to be more specific.
I'm not completely sure on how to add this feature, if someone can guide me I'll be happy to contribute.
If anyone knows a workaround on how I can use KMS keys with in-toto-golang I'd love to know that too.