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 5f4392b commit 3c3c48bCopy full SHA for 3c3c48b
microservices/gatewayApi/patterns/sdx/service_r1.py
@@ -209,6 +209,7 @@
209
end
210
211
kong.service.request.set_header("X-INTROSPECTION", res.body)
212
+ kong.service.request.set_header("X-INBOUND-TOKEN", kong.request.get_header("Authorization"))
213
214
res.body = cjson.decode(res.body)
215
if not res.body then
0 commit comments