pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
27 stars 121 forks source link

Add keywords for SCM to appear via Registry search #5372

Open zbuchheit opened 1 month ago

zbuchheit commented 1 month ago

Hello!

Issue details

Currently, if you search for "SCM", "PaloAlto", or "Palo Alto" in the Registry search, the SCM provider doesn't show as a result

Example

Image

Affected area/feature

Registry Search

sean1588 commented 1 month ago

@zbuchheit - our filter on the registry search is actually really basic right now and is mostly based on text matching of the package titles. These titles are actually sourced from the displayName property in the provider's schema file. I notice this provider is bridged, so not sure if you all have control over the display name or if that is set automatically based on some upstream tf provider config. If you have some way to get that updated to contain SCM and Pal Alto, then the search should start working the next time you release the provider.