mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #86598 from zhlhahaha/e2e_kubeadm_1410_2
Remove todos for verification of “allowed to post CSR” and "allowed to auto approve CSR" for bootstraptoken group
This commit is contained in:
commit
6b5cf90ecd
@ -73,7 +73,6 @@ var _ = Describe("bootstrap token", func() {
|
||||
rbacv1.GroupKind, bootstrapTokensGroup,
|
||||
bootstrapTokensAllowPostCSRClusterRoleName,
|
||||
)
|
||||
//TODO: check if possible to verify "allowed to post CSR" using subject asses review as well
|
||||
})
|
||||
|
||||
ginkgo.It("should be allowed to auto approve CSR for kubelet certificates on joining nodes", func() {
|
||||
@ -82,6 +81,5 @@ var _ = Describe("bootstrap token", func() {
|
||||
rbacv1.GroupKind, bootstrapTokensGroup,
|
||||
bootstrapTokensCSRAutoApprovalClusterRoleName,
|
||||
)
|
||||
//TODO: check if possible to verify "allowed to auto approve CSR" using subject asses review as well
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user