Has anybody tried to create a key in AWS KMS based on external material in Python (or any other runtime)?
In my case, I need a HMAC that I can share with 3rd parties but you cannot export a HMAC secret key from AWS.
I therefore want to create the HMAC secret in my code, and make an ExternalKey from this.
But... I cannot get it to work.
Among the basic issues, is that I cannot specify key usage and spec with the ExternalKey resource. The resulting resource does not have a "key_id"...
(The AI is no help 😄 )
Re key_id - I expected the interface to be parallel to the Key function.
Given the limits of the Terraform provider, I guess I will move to the native version
m
modern-zebra-45309
11/15/2024, 4:18 PM
My guess is that
key_id
is the AWS-internal unique identifier for the key material, which in the case of an external key does not exist.
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.