Skip to content

Commit

Permalink
Merge pull request #60 from isururanawaka/sharing_service_impl
Browse files Browse the repository at this point in the history
custom prefix rewriting bug fixed envoy config
  • Loading branch information
isururanawaka committed Sep 7, 2021
2 parents 8c04905 + 70a4e27 commit 0198ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datalake-rest-proxy/src/main/resources/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ static_resources:
- name: local_service
domains: ["*"]
routes:
- match: { prefix: "/drms/" }
route: { cluster: grpc-drms-service, timeout: { seconds: 60 } }
- match: { prefix: "/dataorch/" }
- match: { prefix: "/org.apache.airavata.datalake.data.orchestrator.api.stub.notification.NotificationService" }
route: { cluster: grpc-dataorch-service, timeout: { seconds: 60 } }
- match: { prefix: "/" }
route: { cluster: grpc-drms-service, timeout: { seconds: 60 } }
http_filters:
- name: envoy.grpc_json_transcoder
config:
Expand Down

0 comments on commit 0198ca6

Please sign in to comment.