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.
thrownewError(`Craft GraphQL returned errors: ${JSON.stringify(responseBody.errors)}`);
158
+
}
159
+
```
160
+
161
+
The `@target-uri` value must be the exact URL being requested, including any query string.
162
+
56
163
### Template Helpers
57
164
58
165
#### `cloud.artifactUrl()`
@@ -109,7 +216,7 @@ Most configuration (to Craft and the extension itself) is handled directly by Cl
109
216
|`accessSecret`|`string`| AWS access secret, used in conjunction with the `accessKey`. |
110
217
|`accessToken`|`string`| AWS access token. |
111
218
|`redisUrl`|`string`| Connection string for the environment’s Redis instance. |
112
-
|`signingKey`|`string`| A secret value used to protect transform URLs against abuse. |
219
+
|`signingKey`|`string`| A secret value used to protect transform URLs and sign HTTP requests.|
113
220
|`useAssetBundleCdn`|`boolean`| Whether or not to enable the CDN for asset bundles. |
114
221
|`previewDomain`|`string\|null`| Set when accessing an environment from its [preview domain](https://craftcms.com/knowledge-base/cloud-domains#preview-domains). |
115
222
|`useQueue`|`boolean`| Whether or not to use Cloud’s SQS-backed queue driver. |
0 commit comments