File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1314
1314
and 3c the ServiceTokenVolume MUST not be auto mounted.
1315
1315
release : v1.9
1316
1316
file : test/e2e/auth/service_accounts.go
1317
+ - testname : ServiceAccount, create and review token
1318
+ codename : ' [sig-auth] ServiceAccounts should create a serviceAccountToken and ensure
1319
+ a successful TokenReview [Conformance]'
1320
+ description : Creating a ServiceAccount MUST succeed. Creating a ServiceAccountToken
1321
+ MUST succeed. The token MUST not be empty. Creating a TokenReview MUST succeed.
1322
+ The TokenReview MUST be authenticated without any errors.
1323
+ release : v1.32
1324
+ file : test/e2e/auth/service_accounts.go
1317
1325
- testname : RootCA ConfigMap test
1318
1326
codename : ' [sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in
1319
1327
any namespace [Conformance]'
Original file line number Diff line number Diff line change @@ -839,7 +839,14 @@ var _ = SIGDescribe("ServiceAccounts", func() {
839
839
framework .Logf ("AutomountServiceAccountToken: %v" , * updatedServiceAccount .AutomountServiceAccountToken )
840
840
})
841
841
842
- ginkgo .It ("should create a serviceAccountToken and ensure a successful TokenReview" , func (ctx context.Context ) {
842
+ /*
843
+ Release: v1.32
844
+ Testname: ServiceAccount, create and review token
845
+ Description: Creating a ServiceAccount MUST succeed. Creating a ServiceAccountToken
846
+ MUST succeed. The token MUST not be empty. Creating a TokenReview MUST succeed.
847
+ The TokenReview MUST be authenticated without any errors.
848
+ */
849
+ framework .ConformanceIt ("should create a serviceAccountToken and ensure a successful TokenReview" , func (ctx context.Context ) {
843
850
ns := f .Namespace .Name
844
851
saClient := f .ClientSet .CoreV1 ().ServiceAccounts (ns )
845
852
saName := "e2e-sa-" + utilrand .String (5 )
You can’t perform that action at this time.
0 commit comments