mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Merge pull request #131991 from SergeyKanzhelev/clarifyTheTokenScope
Clarified the token scope and future plans for the next security scan…
This commit is contained in:
@@ -41,7 +41,12 @@ var _ = SIGDescribe("Container Runtime Conformance Test", func() {
|
||||
ginkgo.Describe("container runtime conformance blackbox test", func() {
|
||||
|
||||
ginkgo.Context("when running a container with a new image", func() {
|
||||
// The service account only has pull permission
|
||||
// For the future security scans:
|
||||
// The service account only has pull permission.
|
||||
// The container repo is only made private to test private container pulling.
|
||||
// All container images in the repo are public container images
|
||||
// TODO: The long term plan is to come up with the alternative solution to test it:
|
||||
// https://github.com/kubernetes/kubernetes/issues/130271
|
||||
auth := `
|
||||
{
|
||||
"auths": {
|
||||
|
||||
Reference in New Issue
Block a user