Skip to content

Commit 99c30a5

Browse files
committed
taprpc: add default permissions for MailboxInfo and Universe/Info
1 parent fe70d4f commit 99c30a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

taprpc/perms.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ var (
183183
Entity: "mint",
184184
Action: "read",
185185
}},
186+
"/universerpc.Universe/Info": {{
187+
Entity: "universe",
188+
Action: "read",
189+
}},
186190
"/universerpc.Universe/MultiverseRoot": {{
187191
Entity: "universe",
188192
Action: "read",
@@ -339,7 +343,10 @@ var (
339343
Entity: "mailbox",
340344
Action: "read",
341345
}},
342-
"/authmailboxrpc.Mailbox/MailboxInfo": {{}},
346+
"/authmailboxrpc.Mailbox/MailboxInfo": {{
347+
Entity: "mailbox",
348+
Action: "read",
349+
}},
343350
}
344351
)
345352

0 commit comments

Comments
 (0)