apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

[Bug] Lack of hugegraph-server authentication #264

Closed diaohancai closed 11 months ago

diaohancai commented 11 months ago

Bug Type (问题类型)

exception / error (运行异常)

Before submit

Environment (环境信息)

Expected & Actual behavior (期望与实际表现)

When hugegraph-server open authentication configuration by configure "rest-server.properties" that auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator .

Then the hugegraph-client connect to hugegraph-server should be authenticated, otherwise there would be throw an error class jakarta.ws.rs.BadRequestException: Invalid syntax for username and password.