Skip to content

Commit e4ab314

Browse files
authored
fix: missing insight authorize in default rbac config (#513)
## What type of PR is this? /kind bug ## What this PR does / why we need it: Fix missing insight authorize in default rbac config. Nice catch @ruquanzhao !
1 parent 8e0c474 commit e4ab314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/default-rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ rules:
1919
- /server-configs
2020
- /search
2121
- /search/*
22+
- /insight
23+
- /insight/*
2224
- /insightDetail
2325
- /insightDetail/*
2426
- /cluster

0 commit comments

Comments
 (0)