Single Node deployment
This section describes a common deployment for either small deployments or non-production deployments where high-availability is not required. In this type of deployment, all of the OpenIAM services, infrastructure and database are deployed on one linux host.
If integration to Active Directory or another Microsoft application is required, then a Windows VM should be used to host the connector. In this example, we will use the Active Directory PowerShell connector.
Note: This diagram is limited to integration with one application using common ports. The list of ports can change if integration with other applications is required.
Host | Ports | Description |
---|---|---|
OpenIAM Linux host | 443 | Primary port that will be used by end users after SSL has been enabled |
80 | Port that that will be used by end users before SSL is enabled. | |
8080 | Port that allows use of the OpenIAM using without going through the rProxy. Access to this port is helpful during development. | |
5672 | RabbitMQ port - Connectors that are deployed remotely will use this port to send messages back to RabbitMQ. | |
Windows Connector VM | 5672 | Connector will send and receive messages back to RabbitMQ using this port. |
5985,5986 | WinRM ports used by the connector. | |
9389 | Used to access Active directory Web services | |
Active Directory | 5985,5986 | WinRM ports |
9389 | Active Directory Web services |