Brian Fox
cdb3426e56
fix(proxy-backend): prefix routes with / if not present in config
...
This commit ensures that the default `pathRewrite` configuration for a proxy element is more resilient to the combination of whether:
- `route` is prefixed with `/`
- `pathPrefix` on the plugin is suffixed with `/` (which at present it will never be - see comments).
Signed-off-by: Brian Fox <brianhfox@gmail.com >
2021-04-27 12:40:15 +02:00
Fredrik Adelöw
c28689c686
change all $env to ${}
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-15 13:26:44 +02:00
Dominik Henneke
6a6c7c14ea
Filter the response headers in the proxy backend
2020-11-30 15:18:29 +01:00
Dominik Henneke
1b7a9d7317
Refactor the proxying docs so the paragraph structure makes more sense
2020-11-26 17:01:40 +01:00
Dominik Henneke
9226c2aaa0
feat(proxy-backend): limit the forwarded http headers to a safe set
2020-10-08 14:30:56 +02:00
Patrik Oldsberg
6775deef9b
update docs and examples to use shorter config secret syntax
2020-10-04 16:51:00 +02:00
Andrew Thauer
572abfe121
fix(circleci): add api route prefix to proxy rewrite path
2020-09-26 06:06:51 -04:00
Patrik Oldsberg
7965c098b8
docs: tweak proxying docs
2020-09-25 13:50:50 +02:00
Rajiv Ranjan Singh
def4032351
added description header field
2020-09-16 21:47:19 +05:30
Dominik Henneke
7553827223
feat(proxy-backend): support limiting the proxied HTTP methods
2020-09-11 13:56:41 +02:00
Fredrik Adelöw
9a64135bf7
move docs to the microsite
2020-08-28 14:36:13 +02:00
Ivan Shmidt
0867d3dc30
feat: more docs to backstage.io
2020-08-12 12:06:14 +02:00
Stefan Ålund
8ec6ed5170
Documentation skeleton ( #1617 )
...
* Documentation skeleton
* Added ADR list and more
* rm material theme
* Update mkdocs.yml
* Add docs TOC
* Work for plain MD and mkdocs
* Update mkdocs.yml
* Restructuring
* Added roadmap
* Add reference APIs
* move publishing
2020-07-15 08:57:25 +02:00