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

The shim is not surfacing variable provider errors #194

Open
calebschoepp opened this issue Sep 23, 2024 · 2 comments
Open

The shim is not surfacing variable provider errors #194

calebschoepp opened this issue Sep 23, 2024 · 2 comments

Comments

@calebschoepp
Copy link
Contributor

I'm running a Spin app that expects there to be a provided variable redis_endpoint. When I run this with the spintainer executor (basically just running a spin process in a container) I get the following error in the logs:

Error: provider error: no provider resolved required variable "redis_endpoint"                                                                                                                                                
                                                                                                                                                                                                                               
Caused by:                                                                                                                                                                                                                    
       no provider resolved required variable "redis_endpoint"

When I run it with the shim I see no errors in the logs and nothing in the k8s events. We should bubble up this error somewhere.

@adamreese
Copy link
Member

Duplicate of #174?

@calebschoepp
Copy link
Contributor Author

Looks like it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants