nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

[Question] Is it possible to use seed.yaml with KeyMaterial? #44

Open carnei-ro opened 2 years ago

carnei-ro commented 2 years ago

I'd like to understand if it is possible to use seed.yaml with Key Material

carnei-ro commented 2 years ago

Just converting the KeyMaterial to hex hexdump -v -e '1/1 "%02x"' "KeyMaterial-${key_id}.txt" and adding it to BackingKeys would work?