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.
URL signatures cover the URL’s path and query string, so changing either invalidates the
154
+
signature.
155
+
56
156
### Template Helpers
57
157
58
158
#### `cloud.artifactUrl()`
@@ -109,7 +209,7 @@ Most configuration (to Craft and the extension itself) is handled directly by Cl
109
209
|`accessSecret`|`string`| AWS access secret, used in conjunction with the `accessKey`. |
110
210
|`accessToken`|`string`| AWS access token. |
111
211
|`redisUrl`|`string`| Connection string for the environment’s Redis instance. |
112
-
|`signingKey`|`string`| A secret value used to protect transform URLs against abuse. |
212
+
|`signingKey`|`string`| A secret value used to protect transform URLs and sign HTTP requests.|
113
213
|`useAssetBundleCdn`|`boolean`| Whether or not to enable the CDN for asset bundles. |
114
214
|`previewDomain`|`string\|null`| Set when accessing an environment from its [preview domain](https://craftcms.com/knowledge-base/cloud-domains#preview-domains). |
115
215
|`useQueue`|`boolean`| Whether or not to use Cloud’s SQS-backed queue driver. |
0 commit comments