我需要网络中的其他几个组织(例如:5)。 我尝试使用环境变量以及内联命令选项设置从属关系(与未知CA进行通信时出现其他404错误),均无效。
即:在docker-compose-e2e-template.yaml
中- FABRIC_CA_SERVER_AFFILIATIONS_ORG4=org4
和 即:在docker-compose-e2e-template.yaml
中command: sh -c 'fabric-ca-server start --affiliations org4.department1 -b admin:adminpw'
如何在不启动CA并在CA启动后添加隶属关系定义的情况下实现此目标? 当然,手动操作不是唯一的方法
答案 0 :(得分:0)
引用FABRIC_CA_SERVER_AFFILIATIONS in environment variables
since affiliations are arbitrary and hierarchical in nature, it is not possible to specify them as environment variables.