File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ func AuthzTestCases(fineGrained bool) []AuthzTestCase {
125
125
"/attach/{podNamespace}/{podID}/{uid}/{containerName}" : {"proxy" },
126
126
"/checkpoint/{podNamespace}/{podID}/{containerName}" : {"checkpoint" },
127
127
"/configz" : {"proxy" },
128
- "/statusz" : {"proxy " },
128
+ "/statusz" : {"statusz " },
129
129
"/containerLogs/{podNamespace}/{podID}/{containerName}" : {"proxy" },
130
130
"/debug/flags/v" : {"proxy" },
131
131
"/debug/pprof/{subpath:*}" : {"proxy" },
@@ -160,7 +160,6 @@ func AuthzTestCases(fineGrained bool) []AuthzTestCase {
160
160
testPaths ["/pods/" ] = append ([]string {"pods" }, testPaths ["/pods/" ]... )
161
161
testPaths ["/runningpods/" ] = append ([]string {"pods" }, testPaths ["/runningpods/" ]... )
162
162
testPaths ["/configz" ] = append ([]string {"configz" }, testPaths ["/configz" ]... )
163
- testPaths ["/statusz" ] = append ([]string {"statusz" }, testPaths ["/statusz" ]... )
164
163
}
165
164
166
165
testCases := []AuthzTestCase {}
You can’t perform that action at this time.
0 commit comments