Add tests

This commit is contained in:
Richa Banker
2024-10-29 19:53:28 -07:00
parent 8fd128085c
commit 6eeac6d32f
3 changed files with 61 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ func AuthzTestCases(fineGrained bool) []AuthzTestCase {
"/logs/": {"log"},
"/logs/{logpath:*}": {"log"},
"/metrics": {"metrics"},
"/metrics/slis": {"metrics"},
"/metrics/cadvisor": {"metrics"},
"/metrics/probes": {"metrics"},
"/metrics/resource": {"metrics"},