Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a centralized lookup for PluginDownloadURL #4851

Open
iwahbe opened this issue Jul 1, 2024 · 0 comments
Open

Provide a centralized lookup for PluginDownloadURL #4851

iwahbe opened this issue Jul 1, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@iwahbe
Copy link
Member

iwahbe commented Jul 1, 2024

Hello!

  • Vote on this issue by adding a 👍 reaction
  • 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.

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 of pulumi is up to date).

Affected area/feature

@iwahbe iwahbe added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Jul 1, 2024
@sean1588 sean1588 removed the needs-triage Needs attention from the triage team label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
Status: 🧳 Backlog
Development

No branches or pull requests

2 participants