K8S自定义Webhook实现认证管理
复制{
"apiVersion": "authentication.k8s.io/v1beta1",
"kind": "TokenReview",
"spec": {
"token": "<持有者令牌>"
}
}
1.2.3.4.5.6.7.
THE END