Commit 6db427e3 authored by Steven's avatar Steven

chore: update acl list

parent 0a0ccbf6
...@@ -18,6 +18,7 @@ var authenticationAllowlistMethods = map[string]bool{ ...@@ -18,6 +18,7 @@ var authenticationAllowlistMethods = map[string]bool{
"/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,
"/memos.api.v2.LinkService/GetLinkMetadata": true,
} }
// isUnauthorizeAllowedMethod returns whether the method is exempted from authentication. // isUnauthorizeAllowedMethod returns whether the method is exempted from authentication.
......
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