Skip to content

Commit

Permalink
cleanup dev config
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Jun 29, 2023
1 parent fd89129 commit e57612f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions dev/configs/oathkeeper/access-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url: http://frontend.default.svc.cluster.local
preserve_host: true
match:
url: <http|https>://localhost.pluraldev.sh:4455</|/registration.*|/welcome.*|/recovery.*|/verification.*|/login.*|/error|/404|/500|/.*.css|./*.js|/.*.png|/.*.svg|/assets/.*|/static/.*|/users|/groups|/settings.*|/.*.json>
url: <http|https>://localhost.pluraldev.sh:4455</|/registration.*|/welcome.*|/recovery.*|/verification.*|/login.*|/consent.*|/error|/404|/500|/.*.css|./*.js|/.*.png|/.*.svg|/assets/.*|/static/.*|/users|/groups|/settings.*|/.*.json>
methods:
- GET
- POST
Expand All @@ -17,20 +17,6 @@
handler: allow
mutators:
- handler: noop
- id: frontend:consent:public
upstream:
url: http://frontend.default.svc.cluster.local
preserve_host: true
match:
url: <http|https>://localhost.pluraldev.sh:4455/consent
methods:
- GET
authenticators:
- handler: noop
authorizer:
handler: allow
mutators:
- handler: noop
- id: api-server:graphiql:public
upstream:
url: http://api-server.default.svc.cluster.local:8082
Expand Down

0 comments on commit e57612f

Please sign in to comment.