14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"apiVersion": "traefik.io/v1alpha1",
|
|
"kind": "TLSOption",
|
|
"metadata": {
|
|
"name": "devicemgmt-agent-mtls",
|
|
"namespace": "fc-devicemgmt"
|
|
},
|
|
"spec": {
|
|
"clientAuth": {
|
|
"clientAuthType": "RequireAnyClientCert"
|
|
}
|
|
}
|
|
}
|