You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The registry should be able to serve as a centralized lookup table to go from a plugin name like prov (implicitly pulumi/prov) or myGithubOrg/my-prov to an appropriate plugin download URL. Right now, downloading a provider not hosted in the pulumi org at it's canonical repo (pulumi/pulumi-${PLUGIN_NAME})mrequired passing --plugin-download-url. The registry already has access to all the information necessary to serve this information.
The pulumi CLI currently maintains a hard-coded list of plugin -> download URL mappings, which does not scale with community packages or allow packages to move (since only the latest version of pulumi is up to date).
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
The registry should be able to serve as a centralized lookup table to go from a plugin name like
prov
(implicitlypulumi/prov
) ormyGithubOrg/my-prov
to an appropriate plugin download URL. Right now, downloading a provider not hosted in the pulumi org at it's canonical repo (pulumi/pulumi-${PLUGIN_NAME}
)mrequired passing--plugin-download-url
. The registry already has access to all the information necessary to serve this information.This is effectively a derivative case of #2388.
The
pulumi
CLI currently maintains a hard-coded list of plugin -> download URL mappings, which does not scale with community packages or allow packages to move (since only the latest version ofpulumi
is up to date).Affected area/feature
The text was updated successfully, but these errors were encountered: