-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Nacos 3.0] Rebuild new full Admin API and support maintain sdk to simple call admin api. #12953
Comments
i create a sub issue for config module,#12968 |
这个意思是分开部署还是啥,要咋做,我也想参与下 |
i create a sub issue for maintainer SDK,#12979 |
对的,要支持console和服务端分开部署 |
relative #12977 |
计划是在3.0支持 console和server可分可合的部署架构,从部署架构层面提升安全性。欢迎留下联系方式(如钉钉号等) |
According to planning of 3.0 version, nacos should support console and server dependent deployment. So how to get datum from server in console should be solved.
Current plan is defined a standard
AdminAPI
to exported datum to console.What's more standard
AdminAPI
also can let maintainer and other custom management project to use for fast get datum and maintain nacos servers.After provide standard
AdminAPI
in nacos server, 3.0 also plan to support anmaintainer SDK
to encapsulation theAdminAPI
usage, which make maintainer and console callAdminAPI
esaier.TODO List and sub tasks follow:
AdminAPI
for core module [Nacos 3.0][Admin API] Rebuild new Admin API for core module. #12983AdminAPI
for naming module [Nacos 3.0][Admin API] Rebuild new naming Admin API. #12988AdminAPI
for config module [Nacos 3.0][Admin API] Rebuild new config Admin API. #12968AdminAPI
for other sub modulesmaintainer SDK
in nacos-client module or dependent module likenacos-maintainer-client
AdminAPI
maintainer SDK
[Nacos 3.0][Admin API] Support a Maintainer SDK. #12979The text was updated successfully, but these errors were encountered: