Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

manual_demo: fix HTTP route policy#110

Merged
shashankram merged 1 commit intoopenservicemesh:mainfrom
shashankram:fix-demo
Jun 2, 2021
Merged

manual_demo: fix HTTP route policy#110
shashankram merged 1 commit intoopenservicemesh:mainfrom
shashankram:fix-demo

Conversation

@shashankram
Copy link
Member

The existing demo is broken because of incorrect
host header matching specified which prevents
bookbuyer from accessing the bookstore service.
The host header in the HTTP request includes
the port, but the spec was missing this. Since
the host header feature is not complete (see
openservicemesh/osm#2369) and this is unnecessary
for this demo, this change removes it.

The demo works as expected with SMI policies
with this fix.

Resolves openservicemesh/osm#3491

Signed-off-by: Shashank Ram shashr2204@gmail.com

The existing demo is broken because of incorrect
host header matching specified which prevents
bookbuyer from accessing the bookstore service.
The host header in the HTTP request includes
the port, but the spec was missing this. Since
the host header feature is not complete (see
openservicemesh/osm#2369) and this is unnecessary
for this demo, this change removes it.

The demo works as expected with SMI policies
with this fix.

Resolves openservicemesh/osm#3491

Signed-off-by: Shashank Ram <shashr2204@gmail.com>
@shashankram shashankram requested a review from a team as a code owner June 2, 2021 21:39
@netlify
Copy link

netlify bot commented Jun 2, 2021

✔️ Deploy Preview for osm-docs ready!

🔨 Explore the source changes: 51b2223

🔍 Inspect the deploy log: https://app.netlify.com/sites/osm-docs/deploys/60b7fa9a0308f700072c4b1e

😎 Browse the preview: https://deploy-preview-110--osm-docs.netlify.app

@bridgetkromhout bridgetkromhout self-requested a review June 2, 2021 21:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SMI Access Control Policies does not work on 0.9.0-rc.1

3 participants