Kron PAM Server Configuration
Update the CORS configuration in web.xml:
sudo vi /pam/gui/conf/web.xml
Locate and update the following lines:
<param-name>cors.allowed.origins</param-name>
<param-value>https://remote.cloudpam.com</param-value>
Using the * wildcard allows all access, but is not recommended for production environments.
Set the necessary and optional parameters to configure the Secure Remote Access. The following parameters are defined on the System Config Man. screen of the Kron PAM Web GUI.
The necessary parameter:
Parameter Name | Default Parameter Value | Description |
---|---|---|
rap.cloud.server | http://localhost:7777/connect | This parameter defines the Remote Access Portal address. The parameter can be defined as URL with IP (e.g., https://34.234.69.53/connect) or as URL with domain name (e.g., https://cloudpam.com/connect) |
The optional parameters:
Parameter Name | Default Parameter Value | Description |
---|---|---|
rap.rdp.session.duration.limit.warning.before.min | 1 | This parameter defines how many minutes before the RDP session expires that the timeout warning will be sent. |
rap.ssh.session.duration.limit.warning.before.min | 1 | This parameter defines how many minutes before the SSH session expires that the timeout warning will be sent. |
rap.token.expiration.period | 1 | This parameter indicates the lifespan of a token and is used to prevent the creation of long-term invitation links. |