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 fe70d4f commit 99c30a5Copy full SHA for 99c30a5
taprpc/perms.go
@@ -183,6 +183,10 @@ var (
183
Entity: "mint",
184
Action: "read",
185
}},
186
+ "/universerpc.Universe/Info": {{
187
+ Entity: "universe",
188
+ Action: "read",
189
+ }},
190
"/universerpc.Universe/MultiverseRoot": {{
191
Entity: "universe",
192
@@ -339,7 +343,10 @@ var (
339
343
Entity: "mailbox",
340
344
341
345
342
- "/authmailboxrpc.Mailbox/MailboxInfo": {{}},
346
+ "/authmailboxrpc.Mailbox/MailboxInfo": {{
347
+ Entity: "mailbox",
348
349
350
}
351
)
352
0 commit comments