This is an automated email from the ASF dual-hosted git repository. wu-sheng pushed a commit to branch feat/explore in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
commit 4fc6bd7a351f634ce023217b2aa876ce5d42799f Author: Wu Sheng <[email protected]> AuthorDate: Tue Jun 23 20:58:47 2026 +0800 fix(config): add explore:read to horizon.example.yaml roles The schema default granted explore:read to viewer/maintainer/operator when Trace inspect landed, but the example yaml wasn't updated, drifting from the defaults (schema.test.ts red). Sync the example. --- horizon.example.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/horizon.example.yaml b/horizon.example.yaml index 7bdd2ef..5a27d30 100644 --- a/horizon.example.yaml +++ b/horizon.example.yaml @@ -145,6 +145,7 @@ rbac: - traces:read - logs:read - browser-errors:read + - explore:read - topology:read - profile:read - overview:read @@ -157,6 +158,7 @@ rbac: - traces:read - logs:read - browser-errors:read + - explore:read - topology:read - profile:read - overview:read @@ -175,6 +177,7 @@ rbac: - traces:read - logs:read - browser-errors:read + - explore:read - source-map:write - topology:read - profile:read
