Skip to content

highpingblorg/traefik-plugin-header-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traefik-plugin-header-echo

This plugin is inspired by r3nic1e/traefik-plugin-add-response-header, the main goal of this plugin is to make it more performant and avoid storing HTTP responses in the buffer.

Configuration

Add plugin:

experimental:
  plugins:
    header-echo:
      moduleName: "github.com/highpingblorg/traefik-plugin-header-echo"
      version: "v0.1.0"

Configure middleware:

---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
  name: header-echo
spec:
  plugin:
    header-echo:
      headerName: "X-Trace-ID"

About

Traefik plugin that safely copies a request header to the response.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages