Securden provides high availability and data redundancy measures to ensure credentials and sensitive data can be accessed at all times. The measures are designed to comprehensively address different issues that an organization might face. From server failure to network outage, Securden addresses all possible disaster scenarios and provides robust measures to ensure business continuity. The measures are explained below:
Securden provides a break glass provision using which you can designate a list of users who can access all work accounts stored in the Securden database bypassing all access controls. To configure emergency access, navigate to Admin >> Emergency Access >> Configure Emergency Access and follow the steps below.
Once you set up emergency access, a second administrator must grant approval before the provision is enforced.
To gain emergency access when logged in, Navigate to Admin >> Emergency Access >> Initiate Emergency Access. Whenever users try to gain break glass access, all administrators will be alerted through email.
Note: Emergency access provisions not available in Securden Endpoint Privilege Manager.
Credentials such as passwords, certificates, files, and secrets that are stored in the encrypted vault can be exported as an encrypted HTML file. You can assign a passphrase of your choice when exporting and use the same phrase when opening the exported HTML file.
If you forget the passphrase, then the only workaround is to export a fresh copy of the vault’s contents with a new passphrase. In such cases, the older HTML file should be properly disposed. Encrypted HTML backups can be exported in two levels.
The offline copies are encrypted using the passphrase provided during export and cannot be opened without the appropriate passphrase.
Note: Encrypted HTML backups are not available in Securden Endpoint Privilege Manager.
You can deploy any number of application servers to ensure continuous access to credentials. The high availability setup can be configured using application servers without database replication or be configured to act as secondary servers with active database replication and synchronization or a standby server with read-only database replicas. The use case for each type is explained below.
Standby Servers with Database Replication
Main purpose:
To provide continuous access to the Securden server when the primary server and database server goes offline.
How it works:
The standby server has its own standby database which is in continuous synchronization with the master database in the primary server.
When the primary server or the master database server goes offline, users will be rerouted to use the standby server. Now, the standby database server will become the master database and will remain the master even after the primary servers are back online. Once the offline database is back online, it now becomes the standby database and is synchronized with the new master database.
Standby Servers with Read-only Database Replica
Main purpose:
To provide continuous access to the Securden server while limiting the abilities of the user to read operations.
How it works:
The standby database will be in continuous synchronization with the primary database. When the primary database goes offline, the application server will connect with the read-only replica database to provide users with access to the Securden server.
The users will be able to see the passwords and launch connections to remote assets. However, they will not be able to create new accounts, reset the passwords, create folders (or) subfolders, or make any configurational changes.
All activities that are performed while using the read-only database will be tracked using a temporary file. Once the primary is back online, then the activities will be added to the audit sections in the primary database. Then the standby database will synchronize with the primary database.
Application Servers without Database Replication
Main purpose:
Used for load distribution for faster connections and to improve the user experience in general.
How it works:
Once the app servers are deployed, they all work with the same database and different users will be connecting to one of the application servers. The number of requests handled by each application server will be optimized for efficiency.
If a standby server is configured in parallel with load distribution servers, then the app servers will connect with the current master database server.
You can configure high availability by following the steps below.
For detailed explanation, refer to the Unified PAM Admin guide.
You have successfully configured the Securden high availability setup.