操作系统信息
AWS linux
Kubernetes版本信息
EKS 1.30
容器运行时
crictl version
KubeSphere版本信息
v4.1.2
问题是什么
流水线访问地址返回 403,具体响应体如下:
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "webhook.devops.kubesphere.io \"github\" is forbidden: User \"system:anonymous\" cannot get resource \"webhook\" in API group \"devops.kubesphere.io\" at the cluster scope",
"reason": "Forbidden",
"details": {
"name": "github",
"group": "devops.kubesphere.io",
"kind": "webhook"
},
"code": 403
}