Skip to content

Commit 5b106e0

Browse files
committed
Fix double oathkeeper rule on /
Signed-off-by: Federico Busetti <[email protected]>
1 parent 2af831f commit 5b106e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_volumes/oathkeeper/access-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
url: "http://dev:8000"
8181
strip_path: /api
8282
match:
83-
url: "http://127.0.0.1:8080/<{,api/,api/**,openapi.json}>"
83+
url: "http://127.0.0.1:8080/<{api/,api/**,openapi.json}>"
8484
methods:
8585
- GET
8686
authenticators:

0 commit comments

Comments
 (0)