diff --git a/docs/prepare-cdot-clusters.md b/docs/prepare-cdot-clusters.md index 23fed97b0..918d1dd17 100644 --- a/docs/prepare-cdot-clusters.md +++ b/docs/prepare-cdot-clusters.md @@ -222,6 +222,7 @@ security login rest-role create -role harvest2-rest-role -access readonly -api / security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/aggr security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/cluster/date security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/disk + security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/vserver/export-policy/rule security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/security/certificate security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/security/ssl security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli/network/connections/active diff --git a/integration/test/counter_test.go b/integration/test/counter_test.go index 43ca2583a..8524af5c0 100644 --- a/integration/test/counter_test.go +++ b/integration/test/counter_test.go @@ -37,7 +37,6 @@ var skipTemplates = map[string]bool{ var skipEndpoints = []string{ "api/support/autosupport", - "api/private/cli/export-policy/rule", } // TestCounters extracts non-hidden counters from all of the rest and restperf templates and then invokes an HTTP GET for each api path + counters.