Files
backstage/plugins/proxy-backend
Patrik Oldsberg 1f87e8a376 Merge pull request #10037 from backstage/rugvip/role-lint
cli: introduce role-based lint configuration setup
2022-03-08 09:27:19 +01:00
..
2022-01-28 13:52:03 +00:00
2022-03-07 10:15:54 +00:00
2022-03-03 15:23:53 +00:00
2021-06-18 20:26:42 +02:00
2022-03-03 15:23:53 +00:00
2020-08-28 14:36:13 +02: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.