You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我已经确认现有的 Issues 与 FAQ 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents)
Environment (环境信息)
The description regarding the use of Authorization in the official documentation is quite misleading. The term "HTTP plaintext format" is ambiguous.
Furthermore, neither the official website documentation nor the Docker Hub documentation specifies that the default user is "admin". This lack of information is particularly inconvenient for users deploying via Docker.
Expected & Actual behavior (期望与实际表现)
It would be better to use the example "Authorization: Basic base64(admin:xxxx)" instead, add the default user part in doc.
Hello, @MayMistery! I'm here to help you with any bugs, questions, or contributions you might have for HugeGraph. Let's get to the bottom of this issue together!
To address the issues raised regarding the HugeGraph documentation:
Clarify Default User: The documentation should clearly specify that the default super administrator user is "admin". This information is crucial, especially for users deploying HugeGraph via Docker.
Improve HTTP Basic Authentication Example: The example for HTTP Basic Authentication should be updated to use the correct format with base64 encoding. Instead of using "Authorization: Basic admin xxxx", it should be presented as:
GET http://localhost:8080/graphs/hugegraph/schema/vertexlabelsAuthorization: Basic YWRtaW46eHh4eA==
Here, YWRtaW46eHh4eA== is the base64 encoding of admin:xxxx. A note should be included to explain how to generate this base64 string [1].
These changes will help make the documentation more user-friendly and reduce confusion, especially for new users.
Bug Type (问题类型)
gremlin (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
It would be better to use the example "Authorization: Basic base64(admin:xxxx)" instead, add the default user part in doc.
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
The text was updated successfully, but these errors were encountered: