Skip to content

Commit

Permalink
PMM-12913 fix some grpc paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Mar 17, 2024
1 parent 95d4b0b commit 15f215f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion managed/services/grafana/auth_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ var rules = map[string]role{
"/server.v1.ServerService/CheckUpdates": viewer,
"/server.v1.ServerService/UpdateStatus": none, // special token-based auth
"/server.v1.ServerService/AWSInstanceCheck": none, // special case - used before Grafana can be accessed
"/server.v1.": admin,
"/server.": admin,
// "/server.v1.": admin, // TODO: apply before v3 GA, remove the one above

"/v1/alerting": viewer,
"/v1/backup": admin,
Expand Down

0 comments on commit 15f215f

Please sign in to comment.