首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
Tinywan
›
全部回复第 3 页 / 共 3 页
回复总数
41
1
2
3
❮
❯
2021-09-07 14:08:31 +08:00
回复了
seyoatda
创建的主题
›
Go 编程语言
›
RBAC 模型如何定义权限,以及处理的时机?
model.conf 直接增加超管的账号就可以啦:
```
[request_definition]
r = sub, obj, act
[policy_definition]
p = sub, obj, act
[role_definition]
g = _, _
[policy_effect]
e = some(where (p.eft == allow))
[matchers]
m = g(r.sub, p.sub) && keyMatch2(r.obj, p.obj) && regexMatch(r.act, p.act) || r.sub == 1
```
1
2
3
❮
❯
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5244 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms ·
UTC 09:26
·
PVG 17:26
·
LAX 01:26
·
JFK 04:26
Developed with
CodeLauncher
♥ Do have faith in what you're doing.