Skip to content

Commit

Permalink
Annotation metrics backend roles only allowed admin
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliguov5 committed Feb 5, 2021
1 parent 41cce91 commit ea74775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public String system() {
@Timed
@Path("backend")
@Produces(APPLICATION_JSON_WITH_CHARSET)
@RolesAllowed("admin")
// @RolesAllowed("admin")
public String backend(@Context GraphManager manager) {
Map<String, Map<String, Object>> results = InsertionOrderUtil.newMap();
for (String graph : manager.graphs()) {
Expand Down

0 comments on commit ea74775

Please sign in to comment.