Add policy to allow account page access.

This commit is contained in:
Yang Luo 2021-04-27 00:45:37 +08:00
parent 987bb14a6b
commit 5326cafbed

View File

@ -75,6 +75,9 @@ p, *, *, POST, /api/login/oauth/access_token, *, *
p, *, *, GET, /api/get-application, *, *
p, *, *, GET, /api/get-users, *, *
p, *, *, GET, /api/get-user, *, *
p, *, *, GET, /api/get-organizations, *, *
p, *, *, GET, /api/get-default-application, *, *
p, *, *, GET, /api/get-default-providers, *, *
`
sa := stringadapter.NewAdapter(ruleText)