From b33818a1f362505891fbc9b032300089b026b9a5 Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Fri, 6 Oct 2023 09:50:36 +0100 Subject: [PATCH] chore: is this needed still --- core/api/dev/ory/oathkeeper_rules.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/core/api/dev/ory/oathkeeper_rules.yaml b/core/api/dev/ory/oathkeeper_rules.yaml index 3012828088..2b10e21b77 100644 --- a/core/api/dev/ory/oathkeeper_rules.yaml +++ b/core/api/dev/ory/oathkeeper_rules.yaml @@ -34,20 +34,6 @@ mutators: - handler: noop -- id: galoy-ws - upstream: - url: "http://bats-tests:4000/graphql" - strip_path: /graphqlws # ONLY FOR DEV, in prod should resolve to /graphql, like ws.blink.sv/graphql - match: - url: "<(http|https)>://<[a-zA-Z0-9-.:]+>/graphqlws" # ONLY FOR DEV, in prod should resolve to /graphql - methods: ["POST", "GET"] - authenticators: - - handler: noop - authorizer: - handler: allow - mutators: - - handler: noop - - id: galoy-backend upstream: url: "http://apollo-router:4004"