https://pulumi.com logo
Title
b

brash-gigabyte-81569

03/24/2023, 1:12 PM
Is there any documentation that I can reference for hosting a private resource provider? I noted that
plugin install
has ability to accept a
--server
flag but how does that work? Also, I would prefer that
pulumi up
and
pulumi preview
would download the required plugins but unclear if it is possible if I have a mixture of these private resource providers and the public ones like aws. Thanks in advance.
e

echoing-dinner-19531

03/24/2023, 3:40 PM
b

brash-gigabyte-81569

03/24/2023, 3:42 PM
Nice, I just stumbled onto that pluginDownloadURL in the code and was just reading on it
e

echoing-dinner-19531

03/24/2023, 3:42 PM
But breifly you can set the pluginDownloadUrl in the provider schema to generate the url into the SDKs which then means the engine can pick up the url in up/preview.