Go to file
2023-12-27 15:04:10 +08:00
access-control-template feat: access control owner 2023-11-22 23:25:06 +08:00
control-proxy-backend repo初步实现 2023-12-27 15:04:10 +08:00
datanet-search-engine-backend@44e44ea119 repo初步实现 2023-12-27 14:32:53 +08:00
front update readme.md 2021-11-17 11:28:40 +08:00
iod-docker-deploy repo初步实现 2023-12-27 15:04:10 +08:00
iod-repo-backend@5187ff51c1 add access control example 2023-11-20 15:38:43 +08:00
.gitignore update registry todo 2023-11-20 11:53:34 +08:00
.gitmodules add submodules 2023-11-17 21:37:42 +08:00
build.gradle add submodules 2023-11-17 21:37:42 +08:00
grepcp.list refactor moduleNames 2023-11-17 17:32:56 +08:00
LICENSE Initial commit 2021-11-03 02:59:06 +00:00
README.md add access control example 2023-11-20 15:38:39 +08:00
settings.gradle add submodules 2023-11-17 21:37:42 +08:00
TODO.md feat: support cpnode 2022-04-20 12:00:37 +08:00

初始化配置说明

  1. clone之后使用git submodule update --init 初始化子仓库。

测试环境搭建说明

测试环境中有一个bdtest/Repositorytcp://127.0.0.1:21035),和一个标识解析系统(tcp://127.0.0.1:21041)

Repo测试

进行Repo测试时需要先在http://127.0.0.1:21030/DOIP/GlobalRouter/assets/#/Suffix/suffixManage中登录, key填 { "publicKey": "04180354fdb6507f8ab98ccfbe165ce11da74ba733f81af86ad6d32216b32cf4f797c559d50ceeefbf4c760c3483840471c67471b90acdffb388cd7d496d9a1610", "privateKey": "1d4196947f59532db6f8f4055e58474a48db8f30b476ae3edc66406464521b3b"}由于该repo需要支持从本地的客户端发起调用 因此Address建议填tcp://127.0.0.1:port。注意IP与Registry填写的IP的不同。 添加一个Repository2其中address填写的port范围建议在18034-18039之内。

Registry测试

进行Registry测试时需要先在http://127.0.0.1:21030/DOIP/GlobalRouter/assets/#/Suffix/suffixManage 之中 创建一个Registry2的标识。 key填 { "publicKey": "04180354fdb6507f8ab98ccfbe165ce11da74ba733f81af86ad6d32216b32cf4f797c559d50ceeefbf4c760c3483840471c67471b90acdffb388cd7d496d9a1610", "privateKey": "1d4196947f59532db6f8f4055e58474a48db8f30b476ae3edc66406464521b3b"} 由于Registry2需要支持从docker的repo去调用DOIP.publish因此address填写tcp://host.docker.internal:portport的范围 建议18034-18039之内。