Hi, am looking for a solution to easily download and install the providers (aws, kubernetes) of my nodejs pulumi project using our corporate artifactory which acts as a pull through cache. I looked through the docs and code but only found a build-time flag 
pluginDownloadURLOverrides which I can’t use at runtime.
A workaround with a bad Dev Experience is 1.) getting the versions of the provider dependencies and 2.) calling 
pulumi plugin install
 with the 
--server
 flag overwriting the URL using our artifactory.
Is there any way to overwrite the plugin download URL either globally or per plugin - or how do others solve this?