imbajin commented on issue #260: URL: https://github.com/apache/incubator-hugegraph-doc/issues/260#issuecomment-3658710648
@Swadeep006 > whether authentication is required by default for this endpoint in recent versions A: Nope, auth mode is not required in any API. > which auth method should be used (Basic auth / token) Both works, prefer basic-auth first <img width="1099" height="751" alt="Image" src="https://github.com/user-attachments/assets/d7de2bf1-f744-4b05-b424-bc21fc1877fe" /> --- refer https://hugegraph.apache.org/docs/config/config-authentication/#configure-user-authentication (HG doesn't enable the auth by default (in binary/source release) However, due to some SEC risks, we suggest enabling it in the Docker container ( <img width="757" height="238" alt="Image" src="https://github.com/user-attachments/assets/88686732-7194-4bfc-8c04-2d3a34a58d87" />) if we run container with the `passwd` param, it will auto enable the auth mode -- 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]
