Skip to content

WSO2 Integration Control Plane 1.0.0

Latest
Compare
Choose a tag to compare
@arunans23 arunans23 released this 25 Jul 02:46

We are pleased to announce the release of WSO2 Integration Control Plane 1.0.0.

The WSO2 Integration Control Plane provides the capability to monitor specified cluster/group of Micro Integrator and Ballerina nodes.

How to run

(Ignore steps 1 and 2 if you already have JDK 17 installed on your machine)

  1. Install JDK Version 17.
  2. Set the JAVA_HOME environment variable.
  3. Download and Extract the downloaded ZIP file.
  4. Go to the bin directory in the extracted folder.
  5. Run the dashboard.sh file if you are on a Linux/Mac OS or run the dashboard.bat file if you are on a Windows OS.
  6. Start MI, ballerina nodes to monitor
  7. For Micro Integrator download MI. Open <MI_HOME>/conf/deployment.toml and add following config to monitor MI nodes
[dashboard_config]
dashboard_url = "https://localhost:9743/dashboard/api/"
  1. For Ballerina, configure WSO2 controlplane and run Ballerina nodes.

Fixed Issues

See details of all the changes including new features, improvements, and bug fixes for this milestone release.

Known Issues

All the open issues pertaining WSO2 Integration Control Plane 1.0.0 are reported here.

How You Can Contribute

Your feedback is most welcome!

Community
You can use our Discord Channel and Stackoverflow Collective to engage with a wider audience https://wso2.com/community/

Reporting Issues

We encourage you to report issues, improvements and feature requests through this repository

Important: Please be advised that security issues must be reported to security@wso2.com, not as a GitHub issue, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

-- The WSO2 Integration Team --