cooperong opened a new issue #187: URL: https://github.com/apache/servicecomb-kie/issues/187
Describe the bug 我使用kie打开了服务中心注册,且服务中心开启了rbac,则kie无法正常注册进服务中心,因为http header缺少token,java版 可以通过yaml加入 credentials: rbac: enabled: true account: name: #服务中心支持的用户名 password: #用户名对应的密码 cipher: default #账号密码加解密用的算法实现类 自动支持服务中心rbac注册,但kie使用的go-chassis无法支持,已在参数文件内加入以上配置,仍提示header 不含token Version of go chassis To Reproduce Steps to reproduce the behavior: Logs -- 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]
