Reference Guide
...
Kron PAM Administration
Multitenancy

Tenant Connector

The Tenant Connector provides secure remote data center connections to different tenants who want to use Kron PAM’s features, such as preventing password theft and eliminating unsupervised access, and need a secure connection between their remote data centers and the central Kron PAM server. This section describes how the tenant connector is added and matched with devices.

Kron PAM supports the installation of 2 tenant connectors per tenant. We do not support more than that.

Adding an OpenVPN Connector

Tenants who already have an OpenVPN server in the remote data center or want to use OpenVPN in their remote data center connections can use this feature.

To create an OpenVPN Connector:

  1. Navigate to Tenant Connector.
  2. Open the Connector Sites tab.
  3. Click the Add button, enter the remote site name and description, and click Save
  4. Open the Connector Nodes tab.
  5. Click the Add button and select the OpenVPN option.
  6. Select the connector site, enter the OpenVPN credentials, copy the OpenVPN configuration, and click Save.
OpenVPN Connector Configuration Screen
OpenVPN Connector Configuration Screen


Adding a Built-in VPN Connector

Tenants who do not have an OpenVPN license and want to use Kron PAM’s secure connection can use its Built-in VPN option. Connector installation packages are uploaded tofilerepo.krontech.com SFTP Server. The Kron support team provides credentials and the OVA installer filename. Refer to the Tenant Connector Reference Guide.

To create a Built-In VPN Connection:

  1. Navigate to Tenant Connector.
  2. Open the Connector Sites tab.
  3. Click the Add button, enter the remote site name and description, and click Save.
  4. Open the Connector Node tab.
  5. Click the Add button and select the Built-In VPN option.
  6. Select the remote site name, enter the node name, tunnel port, connection port, connector node external IP, and the SSH RSA Key created during the connector node installation, and click Save.
Built-In VPN Configuration Screen
Built-In VPN Configuration Screen


Connector Monitoring

Connectors send heartbeat messages to Kron PAM servers at regular intervals. This information can be used to monitor whether the connectors are working properly.

To check the heartbeat messages:

  1. Navigate to Tenant Connector.
  2. Open the Connector Nodes tab.
  3. Click the List view button, select the connector node, and click the Heartbeat button.
Connector Heartbeat Chart
Connector Heartbeat Chart


Adding a Device to a Connector Site

In order to access the devices located at remote data centers through the connector, these devices must be associated with the connector sites.

To associate a device with a connector site:

  1. Navigate to Device Management > Device Inventory.
  2. Click the New Device Discovery button.
  3. Fill out the relevant device information, select the connector site, and save by clicking Discover and Add.
Adding Device to a Connector Site
Adding Device to a Connector Site


Adding SAPM accounts

If you have a connector in your environment, every account request (check password, reset password etc.) is run over the connector server. The connector supports WinRM, SSH, SSH-Keys, and LDAPSand databases(e.g., MySQL, Oracle, Teradata).

Some accounts (for example: AD/LDAPS, MySQL)need to be edited on SAPM Configuration.

LDAPS 

AD hostname with FQDN, ${devicePort} 

ldaps://windows-server0.krontech.test:${devicePort} You must add the connector IP in the host file of SC. example(192.168.0.1 windows-server0.krontech.test)  ldap.port   636 

MySQL 

${deviceIP}, ${devicePort} 

jdbc:mysql://${deviceIp}:${devicePort}/testdb 

LDAP/AD Integration via Connector Site

Enter the related configuration parameters and select the Connector Site name on the LDAP Advanced filter then click the Save button.

Refer to LDAP/AD Integration

SIEM Integration via Connector Site

Add the parameter name syslog.connector.sitename and value is your connector site name in the System Config Man.

Refer to SIEM Configuration