@zuplo/cli 6.74.7 → 6.74.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@zuplo/core/package.json +1 -1
- package/node_modules/@zuplo/graphql/package.json +1 -1
- package/node_modules/@zuplo/openapi-tools/package.json +1 -1
- package/node_modules/@zuplo/otel/package.json +1 -1
- package/node_modules/@zuplo/runtime/out/esm/{chunk-ELNSPW6X.js → chunk-3E6DNHTO.js} +2 -2
- package/node_modules/@zuplo/runtime/out/esm/{chunk-ELNSPW6X.js.map → chunk-3E6DNHTO.js.map} +1 -1
- package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/types/index.d.ts +6 -4
- package/node_modules/@zuplo/runtime/package.json +1 -1
- package/package.json +6 -6
- /package/node_modules/@zuplo/runtime/out/esm/{chunk-ELNSPW6X.js.LEGAL.txt → chunk-3E6DNHTO.js.LEGAL.txt} +0 -0
|
@@ -145,10 +145,12 @@ export declare interface AIGatewayAuthInboundPolicyOptions {
|
|
|
145
145
|
* Authenticates requests to an AI Gateway v2 endpoint with application API
|
|
146
146
|
* keys.
|
|
147
147
|
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
148
|
+
* Add this policy to an application's `inboundPolicyChain` to require a key
|
|
149
|
+
* for that app only, or place it on the route before the configuration
|
|
150
|
+
* executor to require a key for every application on the route. The policies
|
|
151
|
+
* that follow can read the authenticated application from `request.user`
|
|
152
|
+
* (`sub` is the application name, `data` its metadata), and the application's
|
|
153
|
+
* AI Gateway configuration takes effect for the request. Use `authHeader` and
|
|
152
154
|
* `authScheme` when clients send their app key somewhere other than the
|
|
153
155
|
* default `Authorization: Bearer` header.
|
|
154
156
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zuplo/cli",
|
|
3
|
-
"version": "6.74.
|
|
3
|
+
"version": "6.74.8",
|
|
4
4
|
"repository": "https://github.com/zuplo/zuplo",
|
|
5
5
|
"author": "Zuplo, Inc.",
|
|
6
6
|
"type": "module",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@opentelemetry/api": "1.9.0",
|
|
28
28
|
"@opentelemetry/api-logs": "0.220.0",
|
|
29
29
|
"@swc/core": "1.10.18",
|
|
30
|
-
"@zuplo/core": "6.74.
|
|
30
|
+
"@zuplo/core": "6.74.8",
|
|
31
31
|
"@zuplo/editor": "1.0.30764218565",
|
|
32
|
-
"@zuplo/openapi-tools": "6.74.
|
|
33
|
-
"@zuplo/runtime": "6.74.
|
|
32
|
+
"@zuplo/openapi-tools": "6.74.8",
|
|
33
|
+
"@zuplo/runtime": "6.74.8",
|
|
34
34
|
"chalk": "5.4.1",
|
|
35
35
|
"chokidar": "3.5.3",
|
|
36
36
|
"cookie": "1.0.2",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"workerd": "1.20241230.0",
|
|
62
62
|
"yargs": "17.7.2",
|
|
63
63
|
"zod": "4.4.3",
|
|
64
|
-
"@zuplo/graphql": "6.74.
|
|
65
|
-
"@zuplo/otel": "6.74.
|
|
64
|
+
"@zuplo/graphql": "6.74.8",
|
|
65
|
+
"@zuplo/otel": "6.74.8"
|
|
66
66
|
},
|
|
67
67
|
"bundleDependencies": [
|
|
68
68
|
"@inquirer/prompts",
|
|
File without changes
|