-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authenticator求助 #706
Comments
who can help me . thx |
@javeme 感谢你的回复,我已经看过了#125 (comment)
< HTTP/1.1 500 Internal Server Error
我已经尝试几天了,请帮帮忙谢谢 |
你的auth配置是过时的, 所以没有生效吧, 正确的参数键是 PS : 这个似乎很早就改了, 上次更新配置文件的时候我忘记更新这里了... (顺便提醒开启权限后 |
@imbajin 非常感谢你的回复,用您提供给的参数果然成功了,也可以用API获取数据。 |
因为不管是studio还是loader, 本质都是调用client, 然后用HTTP请求带验证的方式去访问server的, 跟你说的API配置校验后可以访问, 是一样的原理, 但是你如果使用其它组件(loader/studio...)时没有传入校验参数, 那它默认就等于是没带校验的HTTP请求, 自然是不能连接成功的, 不过studio目前默认没有提供带校验参数的配置, 所以你急用可以自己改一下studio源码调用HugeClient的那个地方, 自行传入, 或者还是等官方的新前端Hubble发布吧. 补充: : http-basic认证安全性也很弱, 明文传输校验随时都能被截取, 所以我觉得不如你自己在业务上层做封装, 在前端隐藏图server的直接调用API |
@imbajin 非常感谢,我明白,多谢 |
I met the problem too rest-server.properties
conf/hugegraph.properties
gremlin-server.yaml
and post the request
|
@SuperXiaoxiong PS: This default value will be updated later |
顶一下这个,admin用户怎么无法通过认证 ,出现401 |
你好,开启认证后,管理员对用户user的增删改查,权限管理等,使用哪种api呢?HugeCient好像没提供方法 @javeme @SuperXiaoxiong |
@dyhyao6 hello,你的问题解决了吗,admin 登录问题,我也遇到相同的问题,admin 的用户密码配置怎么没有教程 |
StandardAuthenticator 模式如何配置登录信息啊,有人知道不 |
Authorization的信息是需要经过base64编码的,比如: |
谢谢,初始化后端时候可以提示设置admin密码,用密码可以登录了
…---原始邮件---
发件人: "Jermy ***@***.***>
发送时间: 2021年12月7日(周二) 下午4:37
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [hugegraph/hugegraph] authenticator求助 (#706)
StandardAuthenticator 模式如何配置登录信息啊,有人知道不 GET http://localhost:8080/graphs/hugegraph/schema/vertexlabels Authorization: Basic admin xxxx
Authorization的信息是需要经过base64编码的,比如:Authorization: Basic aHVnZWdyYXBoOnAw==,可以参考下HTTP头的规范:https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Authorization
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label |
配置了默认的
auth.admin_token162f7848-0b6d-4faf-b557-3a0797869c55
auth.user_tokens [hugegraph:9fd95c9c-711b-415b-b85f-d4df46ba5c31]
如何用linux的curl 和 HugeGraph-Studio 进行访问
The text was updated successfully, but these errors were encountered: