MayMistery opened a new issue, #2727: URL: https://github.com/apache/incubator-hugegraph/issues/2727
### Bug Type (问题类型) gremlin (结果不合预期) ### 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 (环境信息) <img width="1822" alt="Image" src="https://github.com/user-attachments/assets/9ecc7a08-7b0a-4af1-9761-c33d1b260edb" /> 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. ### 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]
