@zuplo/lint-win32-x64 7.7.5 → 7.7.7

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.
@@ -125,19 +125,19 @@
125
125
  "default": "Authorization",
126
126
  "x-show-example": false,
127
127
  "x-advanced": true,
128
- "description": "The header containing the Zuplo gateway key. When credentialPassthrough is true, configure a header other than Authorization, such as zp-gateway-api-key."
128
+ "description": "The request header that carries the Zuplo application key. When credentialPassthrough is enabled, use a header other than Authorization, such as zp-gateway-api-key."
129
129
  },
130
130
  "authScheme": {
131
131
  "type": "string",
132
132
  "default": "Bearer",
133
133
  "x-show-example": false,
134
134
  "x-advanced": true,
135
- "description": "The scheme used on the configured gateway key header. Set to an empty string for a bare key."
135
+ "description": "The scheme that prefixes the key in the authHeader header, for example Bearer. Set to an empty string when the header contains only the key."
136
136
  },
137
137
  "credentialPassthrough": {
138
138
  "type": "boolean",
139
139
  "default": false,
140
- "description": "Forward the caller's complete Authorization header to the primary provider instead of its configured credential. Requires a separate authHeader for the Zuplo key. Primary retries reuse the caller credential; error and quota fallbacks use configured credentials. Semantic caching is bypassed."
140
+ "description": "Forward the caller's Authorization header to the primary provider as its credential. Zuplo reads the application key from authHeader, which must be a header other than Authorization."
141
141
  }
142
142
  }
143
143
  }
package/bin/version.txt CHANGED
@@ -1 +1 @@
1
- 7.7.5
1
+ 7.7.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/lint-win32-x64",
3
- "version": "7.7.5",
3
+ "version": "7.7.7",
4
4
  "description": "The win32-x64 binary for zuplo-lint, the Zuplo API linter.",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",