Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 9 additions & 20 deletions kong/kong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,6 @@ 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
Expand All @@ -196,15 +185,15 @@ services:
# plugins:
# - name: cors

## Analytics routes
- name: analytics-v1
_comment: 'Analytics: /analytics/v1/* -> http://analytics:4000/*'
url: http://$ANALYTICS_HOST:4000/
routes:
- name: analytics-v1-all
strip_path: true
paths:
- /analytics/v1/
# ## Analytics routes - DEVRE DIŞI
# - name: analytics-v1
# _comment: 'Analytics: /analytics/v1/* -> http://analytics:4000/*'
# url: http://$ANALYTICS_HOST:4000/
# routes:
# - name: analytics-v1-all
# strip_path: true
# paths:
# - /analytics/v1/

## Secure Database routes
- name: meta
Expand Down