We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9af16 commit 2cc758eCopy full SHA for 2cc758e
internal/start/templates/kong.yml
@@ -132,8 +132,8 @@ services:
132
- name: request-transformer
133
config:
134
replace:
135
- headers:
136
- - "Authorization: {{ .BearerToken }}"
+ querystring:
+ - "apikey={{ .BearerToken }}"
137
- name: realtime-v1-longpoll
138
_comment: "Realtime: /realtime/v1/* -> ws://realtime:4000/socket/longpoll"
139
url: http://{{ .RealtimeId }}:4000/socket
0 commit comments