Indeed Identity PAM uses Microsoft SQL Server or PostgreSQL Pro to store data. The following components require databases:
IPAMCore — Indeed Identity PAM Core component database is used to store Indeed Identity PAM privileged accounts, resources, permissions, and other service data
IPAMCoreJobs — Indeed Identity PAM Core component database is used to store scheduled jobs
IPAMIdp — IdP component database is used to store authenticators of Indeed Identity PAM users and administrators
IPAMIdpJobs — IdP component database is used to store scheduled jobs
ILS — Log Server component database is used to store the Indeed Identity PAM events
Database Creation
Microsoft SQL Server
Launch Microsoft SQL Management Studio (SSMS) and connect to Microsoft SQL Server instance
Open the context menu of Databases item
Select the New Database item
Specify a database name, for exampleIPAMCore, IPAMCoreJobs, IPAMIdP, IPAMIdpJobs, ILS
ClickОK
Creating a Service Account to Work with Data Storage
Microsoft SQL Server
StartMicrosoft SQL Management Studio (SSMS) and connect to the Microsoft SQL Server instance
Expand theSecurityitem
Open the context menu ofLoginsitem
Select theCreate loginitem
Enter the name, for exampleIPAMSQLServiceOps
SelectSQL Server authenticationitem and fill in the required fields