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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
The `:authority` header sent by the bookbuyer to the bookstore is
actually `bookstore.bookstore:14001` where the bookstore's
HTTPRouteGroup used in the manual demo specified a `host` header match
of `bookstore.bookstore`, resulting in
"response_code_details": "route_not_found"
in the bookstore's logs for requests from the bookbuyer.
This change removes the `host` header matches all of the demo manifests.
Fixesopenservicemesh#3616
Signed-off-by: Jon Huhn <[email protected]>
The `:authority` header sent by the bookbuyer to the bookstore is
actually `bookstore.bookstore:14001` where the bookstore's
HTTPRouteGroup used in the manual demo specified a `host` header match
of `bookstore.bookstore`, resulting in
"response_code_details": "route_not_found"
in the bookstore's logs for requests from the bookbuyer.
This change removes the `host` header matches all of the demo manifests.
Fixesopenservicemesh#3616
Signed-off-by: Jon Huhn <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug description:
The counter for books sold and books bought does not increment when the SMI policy is set after executing traffic-access-v1.yaml
OSM version:
ubuntu@ubuntu:~$ osm version Version: v0.9.0; Commit: 96498ba51205a08530b17b17d5ee0d53b005f874; Date: 2021-06-14-22:14
When enablePermissiveTrafficPolicyMode is set to true:
When enablePermissiveTrafficPolicyMode is set to false:
Affected area (please mark with X where applicable):
Expected behavior:
The communication should begin between bookbuyer and bookstore
Steps to reproduce the bug (as precisely as possible):
https://release-v0-9.docs.openservicemesh.io/docs/getting_started/manual_demo/
How was OSM installed?:
https://release-v0-9.docs.openservicemesh.io/docs/getting_started/manual_demo/
Anything else we need to know?:
Environment: Kubernetes
osm version
): v0.9.0kubectl version
):The text was updated successfully, but these errors were encountered: