Production Deployment Guidelines¶
The requirements for deploying WSO2 products can change based on the deployment scenario and pattern. The recommendations in this topic are for general production use, assuming moderate load conditions. For situations where a high volume of traffic is expected and if there are large deployments, these guidelines may not be sufficient.
See Troubleshooting in Production Environments for information on how to analyse production issues.
Common Product Guidelines¶
Listed below are the common guidelines for making a WSO2 product ready for production.
Guideline | Details |
---|---|
Security hardening |
Guidelines for hardening the security of a WSO2 deployment in a production environment can be discussed under three high-level categories:
Related links
See Security Guidelines for Production Deployment for the detailed list of security-related recommendations. |
Hostname |
By default, WSO2 products identify the hostname of the current machine through the Java API. However, this value sometimes yields erroneous results on some environments. Therefore, users are recommended to configure the hostname by setting the
HostName parameter in the deployment.toml file.
To configure hostnames for WSDLs and endpoints, users are recommended to add the following parameter for the transport listener in the deployment.toml file. |
Registry and governance |
The H2 database-based registry is not available in the Micro Integrator. Instead, it has a file system based registry, which provides the same functionality. |
Tuning WSO2 products |
Most of the performance tuning recommendations are common to all WSO2 products. However, each WSO2 product may have additional guidelines for optimizing the performance of product-specific features.
Related links
Read about tuning the JVM and tuning the network and OS.
|
Firewalls |
The following ports must be accessed when operating within a firewall.
|
Proxy servers |
If the product is hosted behind a proxy such as ApacheHTTPD, users can configure products to use the proxy server by providing the following system properties at the start-up. Alternatively, this can be done by adding the following configurations in the deployment.toml file. |
High availability |
In the cloud native deployment, high availability should be achieved via the container orchestration system ( Ex: Kubernetes ). For readiness and liveness probes, we can use this sample carbon application which contains a health check API. We can invoke the health check API as follows
In a VM deployment, we can use a load balancer with multiple nodes as described here to achieve high availability. |
Data backup and archiving | For data backup and for archiving of data, use the functionality provided by the RDBMS. |
Security guidelines and checklist¶
Given below are the common security guidelines for deploying a WSO2 product in a production environment.
WSO2 product-level security¶
Guideline | Details |
---|---|
Apply security updates |
Micro Integrator security fixes can be taken from one of the following methods.
|
Change default keystores |
Change the default key stores and create new keys for all the cryptographic operations. WSO2 products by default come with a self-signed SSL key. Since these keys are public, it is recommended to configure your own keys for security purposes. Consider the following guidelines when creating the keystores:
|
Encrypt passwords in configuration files |
WSO2 products use a tool called Secure Vault to encrypt the plain-text passwords in configuration files. See Securing Passwords in Configuration Files for instructions. |
Change default ports |
All the default ports used by WSO2 products are listed in here. For example, Axis2 services are exposed over the following ports: 8253 and 8290. To change a default port, update the |
Always communicate (with external user stores) over TLS |
All connections from your WSO2 product to external databases, userstores (LDAP), or other services, should be over TLS, to ensure adequate network-level protection. Therefore, be sure to use external systems (user stores, databases) that are TLS-enabled. |
Connect to data stores using a less privileged user |
When connecting the WSO2 product to external databases or user stores (LDAP), be sure to go through a user who does not have permission to change the data store's schema. Be sure not to use the root user of the data store because all permissions are generally granted to the root user. |
Configure strong HTTP(S) security |
To have strong transport-level security, use TLS 1.2 and disable SSL, TLS 1.0 and 1.1. The TLS protocol and strong ciphers are configured for the passthrough transport in the Configuring Transport-Level Security Note the following:
|
Remove weak ciphers for PassThrough transport |
Remove any weak ciphers from the PassThrough transport and ensure that the server does not accept connections using those weak ciphers. The PassThrough transport is configured using the See Disabling weak ciphers for instructions. |
Increase Ephemeral Diffie-Hellman Key size |
Before starting the server, open the product startup script ( |
Disable client-initiated renegotiation |
Before starting the server, open the product startup script ( |
Enable HostName Verification |
Make sure that hostname verification is enabled in the product startup script ( |
Change default admin credentials |
Change the |
Enable log rotation and monitoring |
Ensure that you have a relevant log rotation scheme to manage logs. Log4J properties for Micro Integrator can be configured in the See Monitoring Logs for details on how to configure logging details in WSO2 products. |
Prevent Log Forging |
Log forging can be prevented by appending a UUID to the log message. Read about configuring the log4j.properties file. |
Set appropriate JVM parameters |
The recommended JDK version is JDK 1.8 or 1.11. See the installation pre-requisites for more information. Tip: To run the JVM with 2 GB (-Xmx2048m), you should ideally have about 4GB of memory on the physical machine. |
OS-level security¶
This section provides the list of OS-level security guidelines for your production environment.
Guideline | Details |
---|---|
Run WSO2 processes with a specific OS-level user |
Use a separate OS-level user to run WSO2 products. Make sure that the user is only granted the permissions required for running the product for that particular user. Do not use the root/administrator user of your OS because the root/administrator is granted all privileges by default. |
Minimize software to avoid vulnerability |
Make sure that you only install the software/packages that are relevant to your WSO2 product's deployment. Also, continuously monitor the software that you install. See the Installation Prerequisites to identify the minimum software your WSO2 product will need. |
Enable the Firewall |
Enable a firewall at the OS level (for example, iptables). This will provide protection for inbound and outbound connections of your WSO2 product. Make sure that you only open the required outbound and inbound ports from the OS-level firewall. |
Use Secure Shell(SSH) |
Use Secure Shell (SSH) when interacting with servers and executing commands. Adhere to the following best practices when you configure SSH:
|
Keep the system up-to-date |
If there are security updates available for the packages installed in your OS (including the Java runtime), be sure to perform the necessary testing in a staging environment, and then proceed to install them for your OS. |
Monitor user activities |
Monitor the activities of your OS users. You can do this by enabling OS-level logs and by reviewing them regularly. You can also set up a centralized log monitoring system for this purpose. |
Make regular backups |
Make sure to backup important files and archive them continuously. See Backup and Recovery Recommendations for more information. |
Network-level security¶
This section provides the list of security guidelines for configuring the network.
Guideline | Details |
---|---|
Create a failover setup |
In the cloud native deployment, high availability should be achieved via the container orchestration system ( Ex: Kubernetes ) In a VM deployment, there should be atleast two nodes with the failover configuration. |
Maintain network level logging |
Be sure to maintain and monitor logs for your proxy servers, load balancers, and other network devices. |
Check open ports and services |
Periodically check for open ports using port scanning tools and make sure that only the necessary ports are open to both internal and external networks. Be sure that only the ports relevant to your WSO2 products are open for communication. If there are other ports started, be sure to monitor them. See the default ports for more information. |
Configure device-level security |
All your network devices should be periodically checked for anomalies. For example, you need to verify routing tables and firewall rules. Also, make sure that the default credentials are changed before the first use of those devices. |
Apply firmware updates |
Firmware updates for your network devices should be applied regularly. |
Block the |
Access to the "/services" context should be blocked from the DMZ level (i.e., from the proxy server, load balancer and/or firewall).
It is recommended to use a allowlisting approach when allowing access to resources in your product from the DMZ level. |