dosubot[bot] commented on issue #2727:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2727#issuecomment-2647194764

   <!-- Greeting -->
   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!
   
   <!-- Answer -->
   To address the issues raised regarding the HugeGraph documentation:
   
   1. **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.
   
   2. **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:
   
      ```http
      GET http://localhost:8080/graphs/hugegraph/schema/vertexlabels
      Authorization: Basic YWRtaW46eHh4eA==
      ```
   
      Here, `YWRtaW46eHh4eA==` is the base64 encoding of `admin:xxxx`. A note 
should be included to explain how to generate this base64 string 
<sup>[[1]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/config/config-authentication.md)</sup>.
   
   These changes will help make the documentation more user-friendly and reduce 
confusion, especially for new users.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/2c25d3d0-dc2d-4d0a-bce1-051d24845350?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/2c25d3d0-dc2d-4d0a-bce1-051d24845350?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/2c25d3d0-dc2d-4d0a-bce1-051d24845350?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/2c25d3d0-dc2d-4d0a-bce1-051d24845350?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/2c25d3d0-dc2d-4d0a-bce1-051d24845350?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/2c25d3d0-dc2d-4d0a-bce1-051d24845350?feedback_type=other)</sup>
   


-- 
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: issues-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to