berg
berg
能否出一个配置bk-iam鉴权系统的指引?我按照上述流程配置好了bk-iam,在cmdb中成功启动了auth-server,无法在浏览器打开cmdb的管理界面了。 bk-iam访问信息: time="2022-11-22T01:28:57-08:00" level=debug msg="Middleware: RequestID" [GIN] 2022/11/22 - 01:28:57 | 404 | 31.787µs | 192.168.214.128 | GET "/favicon.ico" web界面访问信息: 浏览器访问ip:8090端口时,提示访问被拒绝 未配置auth-server时,是可以通过8090端口访问到cmdb服务的
> > 能否出一个配置bk-iam鉴权系统的指引?我按照上述流程配置好了bk-iam,在cmdb中成功启动了auth-server,无法在浏览器打开cmdb的管理界面了。 bk-iam访问信息: time="2022-11-22T01:28:57-08:00" level=debug msg="Middleware: RequestID" [GIN] 2022/11/22 - 01:28:57 | 404 | 31.787µs | 192.168.214.128 | GET "/favicon.ico" > > web界面访问信息: 浏览器访问ip:8090端口时,提示访问被拒绝 未配置auth-server时,是可以通过8090端口访问到cmdb服务的 > > 是已经成功搭建了 https://github.com/TencentBlueKing/bk-iam...
After using these changes, when my Redis cluster is version 6.0 and ACL user management is enabled, I encounter some issues. For example, the Redis cluster must enter the account...
my solution is : 1、`/api/extensions/ext_redis.py` ```python elif dify_config.REDIS_USE_CLUSTERS: assert dify_config.REDIS_CLUSTERS is not None, "REDIS_CLUSTERS must be set when REDIS_USE_CLUSTERS is True" nodes = [ ClusterNode(host=node.split(":")[0], port=int(node.split(":")[1])) for node in dify_config.REDIS_CLUSTERS.split(",")...
do you solve the problem?
https://github.com/langgenius/dify/pull/12105 cannot fix my issue.
this issue has been solved :https://github.com/langgenius/dify/pull/13652 Can these changes be merged into the main branch?
I have the same command, can anybody add the support of WeWork
> > I have the same command, can anybody add the support of WeWork > > Did you solve it? Yes, I have solved the problem. I have developed the...
> > > > I have the same command, can anybody add the support of WeWork > > > > > > > > > Did you solve it? >...