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
Use the module’s request signer to sign a PSR-7 request with Cloud’s signing key before sending it to any destination that can verify HTTP message signatures.
The `@target-uri` value must be the exact URL being requested, including any query string.
139
+
56
140
### Template Helpers
57
141
58
142
#### `cloud.artifactUrl()`
@@ -109,7 +193,7 @@ Most configuration (to Craft and the extension itself) is handled directly by Cl
109
193
|`accessSecret`|`string`| AWS access secret, used in conjunction with the `accessKey`. |
110
194
|`accessToken`|`string`| AWS access token. |
111
195
|`redisUrl`|`string`| Connection string for the environment’s Redis instance. |
112
-
|`signingKey`|`string`| A secret value used to protect transform URLs against abuse. |
196
+
|`signingKey`|`string`| A secret value used to protect transform URLs and sign HTTP requests.|
113
197
|`useAssetBundleCdn`|`boolean`| Whether or not to enable the CDN for asset bundles. |
114
198
|`previewDomain`|`string\|null`| Set when accessing an environment from its [preview domain](https://craftcms.com/knowledge-base/cloud-domains#preview-domains). |
115
199
|`useQueue`|`boolean`| Whether or not to use Cloud’s SQS-backed queue driver. |
0 commit comments