Skip to content

Commit 006980c

Browse files
committed
Remove Todos for CSR checking
Remove Todos for verification of “allowed to post CSR” and "allowed to auto approve CSR" for bootstraptoken group, as these privilege bindings are not managed by kubeadm source code Signed-off-by: Howard Zhang <[email protected]>
1 parent d758fc3 commit 006980c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e_kubeadm/bootstrap_token_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ var _ = Describe("bootstrap token", func() {
6868
rbacv1.GroupKind, bootstrapTokensGroup,
6969
bootstrapTokensAllowPostCSRClusterRoleName,
7070
)
71-
//TODO: check if possible to verify "allowed to post CSR" using subject asses review as well
7271
})
7372

7473
ginkgo.It("should be allowed to auto approve CSR for kubelet certificates on joining nodes", func() {
@@ -77,6 +76,5 @@ var _ = Describe("bootstrap token", func() {
7776
rbacv1.GroupKind, bootstrapTokensGroup,
7877
bootstrapTokensCSRAutoApprovalClusterRoleName,
7978
)
80-
//TODO: check if possible to verify "allowed to auto approve CSR" using subject asses review as well
8179
})
8280
})

0 commit comments

Comments
 (0)