Skip to content

Commit

Permalink
Fix mac permissions for new rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Jan 17, 2023
1 parent cfa29f9 commit 205162e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/interfaces/grpc/permissions/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@ func AllPermissionsByMethod() map[string][]bakery.Op {
Entity: EntityPrice,
Action: "write",
}},
fmt.Sprintf("/%s/UpdateMarketAssetsPrecision", daemonv1.OperatorService_ServiceDesc.ServiceName): {{
Entity: EntityMarket,
Action: "write",
}},
fmt.Sprintf("/%s/UpdateMarketStrategy", daemonv1.OperatorService_ServiceDesc.ServiceName): {{
Entity: EntityMarket,
Action: "write",
Expand Down

0 comments on commit 205162e

Please sign in to comment.