Files
backstage/plugins/proxy-backend
Patrik Oldsberg 673292e273 Merge pull request #16663 from dotboris/proxy-pass-log-level
Ensure that `http-proxy-middleware` logs requests when log level is set to `debug`
2023-03-08 16:52:59 +01:00
..
2023-03-07 17:21:48 +00:00
2023-03-07 17:21:48 +00:00

Proxy backend plugin

This is the backend plugin that enables proxy definitions to be declared in, and read from, app-config.yaml.

Relies on the http-proxy-middleware package.

Getting Started

This backend plugin can be started in a standalone mode from directly in this package with yarn start. However, it will have limited functionality and that process is most convenient when developing the plugin itself.

The proxy is already installed in the Backstage backend per default, so you can also start up the full example backend to experiment with the proxy.

yarn workspace example-backend start

Configuration

See the proxy docs.