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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,10 @@ Authentication parameters are passed as URI via `-auth` parameter. Scheme of URI
280
280
* `key_prefix` - prefix to prepend to each key before lookup. Helps isolate keys under common prefix. Default is empty string (`""`).
281
281
* `hidden_domain` - same as in `static` provider.
282
282
* `else` - optional URL specifying the next auth provider to chain to, if authentication failed.
283
+
* `reject-http`, `reject-https` - auth provider which always rejects auth and returns response fetched from specified URL. Useful as a last auth chain element with other providers in order to masquerade proxy endpoint or return custom rejection response from another webserver. Example: `-auth reject-https://www.google.com`. Parameters:
284
+
* `method` - override HTTP request method.
285
+
* `qs` - provide query string to the URL in request.
286
+
* `x-forwarded` - boolean parameter specifying if X-Forwarded headers should be populated.
0 commit comments