@zuplo/lint-win32-x64 7.7.6 → 7.7.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.
|
@@ -125,19 +125,19 @@
|
|
|
125
125
|
"default": "Authorization",
|
|
126
126
|
"x-show-example": false,
|
|
127
127
|
"x-advanced": true,
|
|
128
|
-
"description": "The header
|
|
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
|
|
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
|
|
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.
|
|
1
|
+
7.7.8
|