Skip to content

Commit e0582a5

Browse files
committed
Scheme doesn't matter for local service chaining
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent e36b3e6 commit e0582a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/spin/v3/http-outbound.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/spin/v3/http-outbo
77

88
---
99
- [Using HTTP From Applications](#using-http-from-applications)
10+
- [Restrictions](#restrictions)
1011
- [Granting HTTP Permissions to Components](#granting-http-permissions-to-components)
1112
- [Configuration-Based Permissions](#configuration-based-permissions)
1213
- [Making HTTP Requests Within an Application](#making-http-requests-within-an-application)
@@ -218,6 +219,8 @@ You must still grant permission by including the relevant `spin.internal` hosts
218219
allowed_outbound_hosts = ["http://authz.spin.internal", "https://reporting.spin.internal"]
219220
```
220221

222+
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.
223+
221224
To allow local chaining to _any_ component in your application, you can use a subdomain wildcard:
222225

223226
```toml

0 commit comments

Comments
 (0)