Files
bluejay-infra/apps-gx10/fc-devicemgmt/tlsoption-devicemgmt-agent-mtls.json

14 lines
246 B
JSON

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