Replies: 3 comments 4 replies
-
补充解释:venus集群中token和user,miner的关系, 一个token唯一对应一个user,决定API的访问权限,一个user可以添加多个miner,对应的这个miner访问各组件API的认证token就继承这个user的token,创建token时需要根据对应的场景给予合适的权限 |
Beta Was this translation helpful? Give feedback.
0 replies
-
补充资料: #4857 |
Beta Was this translation helpful? Give feedback.
0 replies
-
还有sign权限? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
原文 by @Venus-ops
token
的read
、write
和admin
三种权限的应用场景:@diwufeiwen 补充:
venus集群中token和user,miner的关系,一个token唯一对应一个user,决定API的访问权限,一个user可以添加多个miner,对应的这个miner访问各组件API的认证token就继承这个user的token,创建token时需要根据对应的场景给予合适的权限。
另,多miner支持功能特性资料
Beta Was this translation helpful? Give feedback.
All reactions