Skip to content

Commit

Permalink
[bugfix] update ignore sse and assets api auth (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 authored Feb 11, 2025
1 parent 2e69467 commit bdb57c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/hertzbeat/templates/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,15 @@ data:
# eg: /api/v1/source3===get means /api/v1/source3===get can be access by anyone, no need auth.
excludedResource:
- /api/alerts/report/**===*
- /api/alert/sse/**===*
- /api/account/auth/**===*
- /api/i18n/**===get
- /api/apps/hierarchy===get
- /api/push/**===*
- /api/status/page/public/**===*
# web ui resource
- /===get
- /assets/**===get
- /dashboard/**===get
- /monitors/**===get
- /alert/**===get
Expand Down

0 comments on commit bdb57c0

Please sign in to comment.