Skip to content

Commit

Permalink
require authentication for grafana tab
Browse files Browse the repository at this point in the history
  • Loading branch information
CowTrainer committed Aug 14, 2024
1 parent ef8a736 commit 6cefde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SiteHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const SiteHeader = () => {
},
]
: []),
...(BENTO_MONITORING_ENABLED
...(BENTO_MONITORING_ENABLED && isAuthenticated
? [
{
url: "/grafana",
Expand Down

0 comments on commit 6cefde2

Please sign in to comment.