16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"apiVersion": "traefik.io/v1alpha1",
|
|
"kind": "Middleware",
|
|
"metadata": {
|
|
"name": "devicemgmt-agent-strip-forwarded-cert",
|
|
"namespace": "fc-devicemgmt"
|
|
},
|
|
"spec": {
|
|
"headers": {
|
|
"customRequestHeaders": {
|
|
"X-Forwarded-Tls-Client-Cert": ""
|
|
}
|
|
}
|
|
}
|
|
}
|