Skip to content

Commit 6f97ea1

Browse files
committed
add integration tests for node audience restriction
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 33bac62 commit 6f97ea1

File tree

1 file changed

+6
-1
lines changed
  • keps/sig-auth/4412-projected-service-account-tokens-for-kubelet-image-credential-providers

1 file changed

+6
-1
lines changed

keps/sig-auth/4412-projected-service-account-tokens-for-kubelet-image-credential-providers/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,12 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
686686
https://storage.googleapis.com/k8s-triage/index.html
687687
-->
688688

689-
This feature is fully tested with unit and e2e tests.
689+
This kubelet feature is fully tested with unit and e2e tests.
690+
691+
For the node audience restriction changes in KAS, integration tests were added as part of the [implementation in v1.32 release](https://github.com/kubernetes/kubernetes/pull/128077).
692+
693+
- [test/integration/auth/node_test.go](https://github.com/kubernetes/kubernetes/blob/master/test/integration/auth/node_test.go)
694+
- [triage history](https://storage.googleapis.com/k8s-triage/index.html?text=TestNodeRestrictionServiceAccountAudience&test=test%2Fintegration%2Fauth)
690695

691696
##### e2e tests
692697

0 commit comments

Comments
 (0)