kong-plugin-path-prefix icon indicating copy to clipboard operation
kong-plugin-path-prefix copied to clipboard

A Kong plugin to rewrite the upstream request path

Results 5 kong-plugin-path-prefix issues
Sort by recently updated
recently updated
newest added

- [ ] configure GitHub Actions to run tests - [ ] build a dev image from `spec/Dockerfile` and push to GHCR - [ ] local echo service, hosted Mockbin...

Due to the logic of `string:gsub`, the first instance of a configured prefix will be stripped from the path whether it is at the beginning (a prefix) or not. e.g....

base_plugin has been deprecated in the latest version. Resolves https://github.com/alexashley/kong-plugin-path-prefix/issues/12

https://docs.konghq.com/gateway/latest/plugin-development/custom-logic/ I'll submit a PR if I can get this working. Right now, I've just copied handler.lua and shcema.lua into the relevant subdir and made the changes recommended above. I'm...

Hi. Have a problem with installation in Kubernetes using Helm. Maybe you could help, how to properly install this plugin in K8s?