dosubot[bot] commented on issue #3020: URL: https://github.com/apache/hugegraph/issues/3020#issuecomment-4412150521
<!-- Answer --> @neoblackcap 同意你的建议。目前文档中确实缺少关于 standalone 模式下权限管理限制的明确说明,特别是以下几点值得补充: 1. `/auth/manager` 接口仅适用于分布式 PD 模式,standalone 模式不可用 2. Standalone 模式下由于 `space_member` 角色检查的 no-op 实现,非 admin 用户实际上无法执行 schema 操作 3. 如果需要细粒度的多用户权限控制,建议使用分布式 PD 模式部署 这些信息可以帮助后来的用户快速了解 standalone 模式的权限边界,避免不必要的尝试和排查时间。希望维护者可以考虑将这些内容补充到认证授权相关的文档中。 <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fhugegraph).* --- Docs are dead. Just use [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-tagline&utm_term=apache%2Fhugegraph). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-feedback&utm_term=apache%2Fhugegraph&message_id=873c7627-bbc8-44a7-8935-b4cb619f007b) [](https://github.dosu.com/apache/hugegraph?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-ask-repo&utm_term=apache%2Fhugegraph) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-share-team&utm_term=apache%2Fhugegraph) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
