Closed JFeng0820 closed 2 years ago
cmdb配置文件中的common.yaml中的webServer等配置项中没有配置esb地址导致请求失败,请根据如下配置项参考在common.yaml中配置esb的参数,具体的appsecret和appcode等可以在paas平台上获取 esb: addr: {esb_url} appCode: bk_cmdb appSecret: {cmdb_secret} insecureSkipVerify: true certFile: keyFile: caFile: password:
如果cmdb是单体应用,没有pass的话有其他解决方案吗
可以将common.yaml中webserver的login设置为version: opensource然后设置session中的userinfo: {username}:{password},或者将login改为version: skip-login
webServer:
session:
userInfo: admin:blueking
login:
version: opensource
或者 webServer: login:
version: skip-login
python init.py配置的数据没有传入cmdb代码里面,这个应该怎么处理。现在运行起来的都是把ip端口数据之间写死在源码中。
在启动cmdb_adminserver的时候附加参数./cmdb_adminserver --addrport={ip} --logtostderr=false --log-dir=./logs --v=3 --config=configures/migrate.yaml 具体参数可根据情况修改,--config后跟着的就是migrate.yaml文件的地址,启动后配置文件就会写入到cmdb中
能加一下你QQ或者微信吗,有一些问题想请教一下。我的QQ:1029533042
问题描述
在业务创建时,无法选择人员
重现方法
正常启动全部服务后,无法创建业务
关键信息
GetUserList failed unsupported protocol scheme
请提供以下信息:
[x] bk-cmdb 版本: Version : cmdbv3.9.x Tag : cmdbv3.9.x BuildTime: 2021-11-08T18:13:26-0800 GitHash : 0280d1fa9ef704adb60899502e5dfcfc026efe54 RunMode : product
[x] Redis 版本: 3.2.11
[x] MongoDB 版本: 4.2.0
[x] ZooKeeper 版本: 3.4.11
[x] 操作系统 : Centos 7, debian9.5
[x] bk-cmdb 异常日志 E1110 00:39:28.478416 23345 service/user.go:51] GetUserList failed, err: Get /api/c/compapi/v2/usermanage/list_users/?bk_app_code=&bk_app_secret=&bk_username=admin&fields=username%2Cid%2Cdisplay_name&fuzzy_lookups=ad&no_page=true: unsupported protocol scheme "", rid: cc0000c65oag7170hlmccj3s4g E1110 00:39:41.944686 23345 rest/request.go:302] [apimachinery][peek] GET /api/c/compapi/v2/usermanage/list_users/?bk_app_code=&bk_app_secret=&bk_username=admin&fields=username%2Cid%2Cdisplay_name&fuzzy_lookups=ad&no_page=true with body , but Get /api/c/compapi/v2/usermanage/list_users/?bk_app_code=&bk_app_secret=&bk_username=admin&fields=username%2Cid%2Cdisplay_name&fuzzy_lookups=ad&no_page=true: unsupported protocol scheme "", rid: cc0000c65oajf170hlmccj3s50 E1110 00:39:41.944717 23345 logics/user.go:33] get users by esb client failed, http failed, err: Get /api/c/compapi/v2/usermanage/list_users/?bk_app_code=&bk_app_secret=&bk_username=admin&fields=username%2Cid%2Cdisplay_name&fuzzy_lookups=ad&no_page=true: unsupported protocol scheme "", rid: cc0000c65oajf170hlmccj3s50 E1110 00:39:41.944724 23345 service/user.go:51] GetUserList failed, err: Get /api/c/compapi/v2/usermanage/list_users/?bk_app_code=&bk_app_secret=&bk_username=admin&fields=username%2Cid%2Cdisplay_name&fuzzy_lookups=ad&no_page=true: unsupported protocol scheme "", rid: cc0000c65oajf170hlmccj3s50