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

MuxWith does not work with GetMapping #2878

Open
t0yv0 opened this issue Jan 29, 2025 · 0 comments
Open

MuxWith does not work with GetMapping #2878

t0yv0 opened this issue Jan 29, 2025 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@t0yv0
Copy link
Member

t0yv0 commented Jan 29, 2025

What happened?

Providers built with MuxWith do not respond to GetMapping requests properly. Because they fail to populate GetMapping:

GetMappingHandler map[string]MultiMappingHandler

It seems that most of the pulumi-maintained providers do not use MuxWith but instead use a special Main. It is unfortunate that there are two entry points into this functionality.

Example

N/A

Output of pulumi about

N/A

Additional context

N/A

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@t0yv0 t0yv0 added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team and removed needs-triage Needs attention from the triage team labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant