That is clear, but how do I actually import this key into another Azure Key Vault?
Do I just have to create a new key and copy all properties from the original key? I can't imagine that this would work. Or am I wrong?
t
tall-librarian-49374
06/03/2020, 7:47 AM
Ah, I now I see - you want to copy the key to a new vault. Sorry for misundestanding. I actually don’t know if that’s possible with Pulumi.
p
plain-tiger-79744
06/03/2020, 10:55 AM
If you don't know that who else would 🙂?
Seems like you have to create your own pem file and upload it to Azure Key Vault as a Key. If you want to share this key you could upload the pem file as a Secret and import it on each Azure Key Vault instance.