Commit 0a0ccbf6 authored by Steven's avatar Steven

chore: update acl list

parent 96a7d0eb
...@@ -11,9 +11,10 @@ var authenticationAllowlistMethods = map[string]bool{ ...@@ -11,9 +11,10 @@ var authenticationAllowlistMethods = map[string]bool{
"/memos.api.v2.AuthService/SignOut": true, "/memos.api.v2.AuthService/SignOut": true,
"/memos.api.v2.AuthService/SignUp": true, "/memos.api.v2.AuthService/SignUp": true,
"/memos.api.v2.UserService/GetUser": true, "/memos.api.v2.UserService/GetUser": true,
"/memos.api.v2.UserService/SearchUsers": true,
"/memos.api.v2.MemoService/ListMemos": true, "/memos.api.v2.MemoService/ListMemos": true,
"/memos.api.v2.MemoService/GetMemo": true, "/memos.api.v2.MemoService/GetMemo": true,
"/memos.api.v2.MemoService/GetMemoByName": true, "/memos.api.v2.MemoService/SearchMemos": true,
"/memos.api.v2.MemoService/ListMemoResources": true, "/memos.api.v2.MemoService/ListMemoResources": true,
"/memos.api.v2.MemoService/ListMemoRelations": true, "/memos.api.v2.MemoService/ListMemoRelations": true,
"/memos.api.v2.MemoService/ListMemoComments": true, "/memos.api.v2.MemoService/ListMemoComments": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment