https://pulumi.com logo
Title
p

plain-tiger-79744

06/02/2020, 4:08 PM
Hi! Is it possibe to import an Azure Key Vault Key from another Azure Key Vault?
t

tall-librarian-49374

06/02/2020, 9:06 PM
p

plain-tiger-79744

06/03/2020, 7:37 AM
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.