deploy(gx10): add DeviceManagement agent mTLS route
This commit is contained in:
13
apps-gx10/fc-devicemgmt/tlsoption-devicemgmt-agent-mtls.json
Normal file
13
apps-gx10/fc-devicemgmt/tlsoption-devicemgmt-agent-mtls.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"apiVersion": "traefik.io/v1alpha1",
|
||||
"kind": "TLSOption",
|
||||
"metadata": {
|
||||
"name": "devicemgmt-agent-mtls",
|
||||
"namespace": "fc-devicemgmt"
|
||||
},
|
||||
"spec": {
|
||||
"clientAuth": {
|
||||
"clientAuthType": "RequireAnyClientCert"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user