-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
INFO 10-09 02:11:31 importing.py:10] Triton not installed; certain GPU-relate…
-
### Use case:
I'm trying to configure radicale this way:
- single user usage (user=adrien)
- basic auth managed at reverse proxy level with user name forwarded to radicale once authentication done.…
-
### Describe the bug
Hi I have a user on a particular DB for predefined roles per DB.
Database = db1
User = analytics
Basically my DB connectionstring for this is
mongodb://analytics@10.1.0…
-
Based around the concept I outlined [here](https://github.com/nodejitsu/node-http-proxy/pull/660#issuecomment-46013477). This will allow arbitrary transformations of the request being proxied as well …
-
**Vulnerabilities**
DepShield reports that this application's usage of [http-proxy:1.18.0](https://ossindex.sonatype.org/component/pkg:npm/http-proxy@1.18.0) results in the following vulnerability(s)…
-
## CVE-2022-21698 - High Severity Vulnerability
Vulnerable Libraries - github.com/prometheus/client_golang/prometheus/promhttp-v1.7.1, github.com/prometheus/client_golang/prometheus-v1.7.1
github.c…
-
It looks to me as the proxy has some issues with chunked encoding.
This is my config:
```
const proxy = require('http-proxy-middleware');
module.exports = function (app) {
app.use(['/ui', '…
-
**Description**
I'm trying to work out how to secure Fn when hosting it 'standalone' (without Kubernetes), given the [ext-auth middleware](https://github.com/fnproject/ext-auth/) is broken.
Even i…
-
When multiple domains point to the gateway it would be nice to be able to use different APIs and/or paths for them. E.g. `api.example.com` should proxy all incoming requests to `http://httpbin.org` wh…
-
Here is a first working version: https://github.com/tigbro/uitest-proxy
Needs tests, project build using grunt, standalone start command as well as library export to use it as a connect middleware.