We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b835337 commit fd5d210Copy full SHA for fd5d210
gateway-ha/src/main/java/io/trino/gateway/ha/resource/GatewayWebAppResource.java
@@ -440,7 +440,7 @@ public Response readExactMatchSourceSelector()
440
}
441
442
@GET
443
- @RolesAllowed("USER")
+ @RolesAllowed("ADMIN")
444
@Produces(MediaType.APPLICATION_JSON)
445
@Path("/getRoutingRules")
446
public Response getRoutingRules()
@@ -463,7 +463,7 @@ public Response updateRoutingRules(RoutingRule routingRule)
463
464
465
466
467
468
@Path("/getUIConfiguration")
469
public Response getUIConfiguration()
0 commit comments