mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
chore: tweak acl config
This commit is contained in:
parent
da14b9b7e5
commit
80548aaf2c
@ -5,13 +5,13 @@ import "strings"
|
|||||||
var allowedMethodsWhenUnauthorized = map[string]bool{
|
var allowedMethodsWhenUnauthorized = map[string]bool{
|
||||||
"/slash.api.v1.WorkspaceService/GetWorkspaceProfile": true,
|
"/slash.api.v1.WorkspaceService/GetWorkspaceProfile": true,
|
||||||
"/slash.api.v1.WorkspaceService/GetWorkspaceSetting": true,
|
"/slash.api.v1.WorkspaceService/GetWorkspaceSetting": true,
|
||||||
|
"/slash.api.v1.AuthService/GetAuthStatus": true,
|
||||||
"/slash.api.v1.AuthService/SignIn": true,
|
"/slash.api.v1.AuthService/SignIn": true,
|
||||||
"/slash.api.v1.AuthService/SignInWithSSO": true,
|
"/slash.api.v1.AuthService/SignInWithSSO": true,
|
||||||
"/slash.api.v1.AuthService/SignUp": true,
|
"/slash.api.v1.AuthService/SignUp": true,
|
||||||
"/slash.api.v1.AuthService/SignOut": true,
|
"/slash.api.v1.AuthService/SignOut": true,
|
||||||
"/slash.api.v1.AuthService/GetAuthStatus": true,
|
|
||||||
"/slash.api.v1.ShortcutService/GetShortcutByName": true,
|
|
||||||
"/slash.api.v1.ShortcutService/GetShortcut": true,
|
"/slash.api.v1.ShortcutService/GetShortcut": true,
|
||||||
|
"/slash.api.v1.ShortcutService/GetShortcutByName": true,
|
||||||
"/slash.api.v1.CollectionService/GetCollectionByName": true,
|
"/slash.api.v1.CollectionService/GetCollectionByName": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user