14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"apiVersion": "traefik.io/v1alpha1",
|
|
"kind": "Middleware",
|
|
"metadata": {
|
|
"name": "devicemgmt-agent-pass-client-cert",
|
|
"namespace": "fc-devicemgmt"
|
|
},
|
|
"spec": {
|
|
"passTLSClientCert": {
|
|
"pem": true
|
|
}
|
|
}
|
|
}
|