Verify DeviceManagement agent client certificates

This commit is contained in:
Robot
2026-06-19 07:22:01 -05:00
parent 5ce4f0d1e7
commit e543d4053a
2 changed files with 24 additions and 1 deletions

View File

@@ -7,7 +7,10 @@
},
"spec": {
"clientAuth": {
"clientAuthType": "RequireAnyClientCert"
"clientAuthType": "RequireAndVerifyClientCert",
"secretNames": [
"devicemgmt-agent-client-ca"
]
}
}
}