You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Is based on [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gatew
13
13
Its purpose is mainly advanced token (OAuth 2.0) handling, enables support for:
14
14
* mesh functionality
15
15
* external authorization
16
-
* own Stargate tokens
16
+
* own Gateway tokens
17
17
* customizing headers
18
18
* listening on given service (creates events for issued traffic)
19
19
@@ -43,7 +43,7 @@ Most common scenario, request is forwarded to provider, while jumper combines in
43
43
44
44
Headers expected on incoming side:
45
45
* remote_api_url - url, to which is request forwarded
46
-
* api_base_path - base path of Kong service from the same Stargate initially called, passed as requestPath claim
46
+
* api_base_path - base path of Kong service from the same Gateway initially called, passed as requestPath claim
47
47
* realm - for setting correct issuer
48
48
* environment - passed as env claim
49
49
* access_token_forwarding - false, used to determine scenario
@@ -81,7 +81,7 @@ Legacy scenario, request is forwarded to provider with 2 tokens, original incomi
81
81
82
82
Headers expected on incoming side:
83
83
* remote_api_url - url, to which is request forwarded
84
-
* api_base_path - base path of Kong service from the same Stargate initially called, passed as requestPath claim
84
+
* api_base_path - base path of Kong service from the same Gateway initially called, passed as requestPath claim
85
85
* realm - for setting correct issuer
86
86
* environment - passed as env claim
87
87
* access_token_forwarding - true, used to determine scenario
@@ -116,13 +116,13 @@ Relevant headers on outgoing side:
116
116
* X-Gateway-Token - LMS token
117
117
118
118
#### Mesh token
119
-
Scenario with multiple Stargate instances involved. Jumper fetches oauth token from other zone identity provider (aka mesh token),
119
+
Scenario with multiple Gateway instances involved. Jumper fetches oauth token from other zone identity provider (aka mesh token),
120
120
while original authorization token is passed as a <i>consumer-token</i> header. Mesh token is cached, so fetching is performed only if valid token is not available.
0 commit comments