diff --git a/kong/kong.yml b/kong/kong.yml index fd0d209..2c8aa7d 100644 --- a/kong/kong.yml +++ b/kong/kong.yml @@ -172,17 +172,7 @@ services: allow: - admin - anon - ## Storage routes: the storage server manages its own auth - - name: storage-v1 - _comment: 'Storage: /storage/v1/* -> http://storage:5000/*' - url: http://$STORAGE_HOST:5000/ - routes: - - name: storage-v1-all - strip_path: true - paths: - - /storage/v1/ - plugins: - - name: cors + # ## Edge Functions routes # - name: functions-v1