Skip to content

Commit 80854d3

Browse files
raj-manvarmosabua
authored andcommitted
Allow USER role to get UI Configuration
1 parent c59bb7d commit 80854d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-ha/src/main/java/io/trino/gateway/ha/resource/GatewayWebAppResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public Response updateRoutingRules(RoutingRule routingRule)
463463
}
464464

465465
@GET
466-
@RolesAllowed("ADMIN")
466+
@RolesAllowed("USER")
467467
@Produces(MediaType.APPLICATION_JSON)
468468
@Path("/getUIConfiguration")
469469
public Response getUIConfiguration()

0 commit comments

Comments
 (0)