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
Dapr sidecar allows connection to invoke a method on the echoapp.
Maybe I've missed something, but as I understand 1.4.x should work like 1.3.x in this scenario.
Actual Behavior
I was following the quickstart for middleware to verify that all works well before upgrade Dapr to 1.4.2 and noticed that Dapr sidecar refuses connection to the invoke of the echoapp. Verified on previous version - 1.3.1 - the issue is not reproducible there and all works well.
Steps to Reproduce the Problem
Install Dapr 1.4.x (all is working fine in 1.3.x)
Install Nginx as ingress controller: helm install my-release ingress-nginx/ingress-nginx
Apply echoapp from middleware quickstart, but without middleware (to make sure that it is not because of middleware):
In what area(s)?
/area runtime
What version of Dapr?
1.4.x
Expected Behavior
Dapr sidecar allows connection to invoke a method on the echoapp.
Maybe I've missed something, but as I understand 1.4.x should work like 1.3.x in this scenario.
Actual Behavior
I was following the quickstart for middleware to verify that all works well before upgrade Dapr to 1.4.2 and noticed that Dapr sidecar refuses connection to the invoke of the echoapp. Verified on previous version - 1.3.1 - the issue is not reproducible there and all works well.
Steps to Reproduce the Problem
helm install my-release ingress-nginx/ingress-nginx
curl http://EXTERNAL_IP_ADDRESS/v1.0/invoke/echoapp/method/echo?text=hello
Response from Nginx:
Note: verified on k8s v1.19 and v1.20.
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: