mirror of
https://github.com/lightninglabs/loop
synced 2024-11-16 00:12:52 +00:00
perms: static address creation permission
This commit is contained in:
parent
5763dc0761
commit
56bca2f632
@ -69,6 +69,13 @@ var RequiredPermissions = map[string][]bakery.Op{
|
||||
Entity: "loop",
|
||||
Action: "in",
|
||||
}},
|
||||
"/looprpc.StaticAddressClient/NewAddress": {{
|
||||
Entity: "swap",
|
||||
Action: "read",
|
||||
}, {
|
||||
Entity: "loop",
|
||||
Action: "in",
|
||||
}},
|
||||
"/looprpc.SwapClient/GetLsatTokens": {{
|
||||
Entity: "auth",
|
||||
Action: "read",
|
||||
|
Loading…
Reference in New Issue
Block a user