File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1339
1339
and 3c the ServiceTokenVolume MUST not be auto mounted.
1340
1340
release : v1.9
1341
1341
file : test/e2e/auth/service_accounts.go
1342
+ - testname : ServiceAccount, create and review token
1343
+ codename : ' [sig-auth] ServiceAccounts should create a serviceAccountToken and ensure
1344
+ a successful TokenReview [Conformance]'
1345
+ description : Creating a ServiceAccount MUST succeed. Creating a ServiceAccountToken
1346
+ MUST succeed. The token MUST not be empty. Creating a TokenReview MUST succeed.
1347
+ The TokenReview MUST be authenticated without any errors.
1348
+ release : v1.32
1349
+ file : test/e2e/auth/service_accounts.go
1342
1350
- testname : RootCA ConfigMap test
1343
1351
codename : ' [sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in
1344
1352
any namespace [Conformance]'
Original file line number Diff line number Diff line change @@ -868,7 +868,14 @@ var _ = SIGDescribe("ServiceAccounts", func() {
868
868
framework .Logf ("AutomountServiceAccountToken: %v" , * updatedServiceAccount .AutomountServiceAccountToken )
869
869
})
870
870
871
- ginkgo .It ("should create a serviceAccountToken and ensure a successful TokenReview" , func (ctx context.Context ) {
871
+ /*
872
+ Release: v1.32
873
+ Testname: ServiceAccount, create and review token
874
+ Description: Creating a ServiceAccount MUST succeed. Creating a ServiceAccountToken
875
+ MUST succeed. The token MUST not be empty. Creating a TokenReview MUST succeed.
876
+ The TokenReview MUST be authenticated without any errors.
877
+ */
878
+ framework .ConformanceIt ("should create a serviceAccountToken and ensure a successful TokenReview" , func (ctx context.Context ) {
872
879
ns := f .Namespace .Name
873
880
saClient := f .ClientSet .CoreV1 ().ServiceAccounts (ns )
874
881
saName := "e2e-sa-" + utilrand .String (5 )
You can’t perform that action at this time.
0 commit comments