Skip to content

Commit 17c3e65

Browse files
committed
Scheme doesn't matter for local service chaining
Signed-off-by: itowlson <[email protected]>
1 parent 424812a commit 17c3e65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/v2/http-outbound.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ You must still grant permission by including the relevant `spin.internal` hosts
216216
allowed_outbound_hosts = ["http://authz.spin.internal", "https://reporting.spin.internal"]
217217
```
218218

219-
To allow local chaining to _any_ component in your application, use a subdomain wildcard:
219+
You may use either the `http` or `https` scheme, and the scheme in the service chaining request is ignored: only the special host name matters.
220+
221+
To allow local chaining to _any_ component in your application, you can use a subdomain wildcard:
220222

221223
```toml
222224
allowed_outbound_hosts = ["http://*.spin.internal"]

0 commit comments

Comments
 (0)