neoblackcap opened a new issue, #3020: URL: https://github.com/apache/hugegraph/issues/3020
### Problem Type (问题类型) None ### Before submit - [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents) ### Environment (环境信息) - Server Version: 1.7.0 (Apache Release Version) - Backend: Hstore 1 nodes, SSD - OS: xx CPUs, xx G RAM, Ubuntu 2x.x / CentOS 7.x - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Your Question (问题描述) 我尝试使用非admin创建vertexlabel,但是服务端提示403。 我尝试/auth/manager接口,但是提示standalone mode不支持。 是不是意味着在standalone mode中,只能使用admin才能享有全部的权限?无法进一步细化? 比如赋予foo用户他在graph图中有创建vertexlabel或者edgelabel的权限 ### Vertex/Edge example (问题点 / 边数据举例) ```javascript ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
