Skip to content

Commit

Permalink
Basic Authentication - #399
Browse files Browse the repository at this point in the history
Code review points part #5.

Remove unused from `examples/ext_authz/ext-authz-staticroute.yaml`.

See <#399> for further information.
  • Loading branch information
Mohamed Bana committed Jun 8, 2022
1 parent c33ed23 commit c4145f8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/ext_authz/ext-authz-staticroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,6 @@ spec:
# should work with localhost, example.org
hosts: ["localhost", "*"]
paths:
# # Root goes to httpbin
# /:
# get: &root_route
# route:
# upstream:
# host:
# hostname: httpbin.default.svc.cluster.local
# port: 8080
# rewrite:
# pattern: "^/$"
# substitution: "/get"
# # copying for all methods
# post: *root_route
# put: *root_route
# head: *root_route
# /static -> /
/static:
get:
Expand Down

0 comments on commit c4145f8

Please sign in to comment.