deploy(gx10): add DeviceManagement agent mTLS route
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "Middleware",
|
||||
"metadata": {
|
||||
"name": "devicemgmt-agent-strip-forwarded-cert",
|
||||
"namespace": "fc-devicemgmt"
|
||||
},
|
||||
"spec": {
|
||||
"headers": {
|
||||
"customRequestHeaders": {
|
||||
"X-Forwarded-Tls-Client-Cert": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user