deploy(gx10): add DeviceManagement agent mTLS route

This commit is contained in:
Robot
2026-06-19 00:51:01 -05:00
parent 14d89ba49d
commit 0d71a789c2
7 changed files with 125 additions and 6 deletions

View File

@@ -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": ""
}
}
}
}