Databases in Use
Indeed Identity PAM uses Microsoft SQL Server or PostgreSQL Pro to store data. The following components require databases:
- Core — Indeed Identity PAM Core component database is used to store Indeed Identity PAM privileged accounts, resources, permissions, and other service data
- CoreJobs — Indeed Identity PAM Core component database is used to store scheduled jobs
- Idp — IdP component database is used to store authenticators of Indeed Identity PAM users and administrators
- IdpJobs — 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 example Core, CoreJobs, IdP, IdpJobs, ILS
- Click ОK
Creating a Service Account to Work with Data Storage
Microsoft SQL Server
- Start Microsoft SQL Management Studio (SSMS) and connect to the Microsoft SQL Server instance
- Expand the Security item
- Open the context menu of Logins item
- Select the Create login item
- Enter the name, for example IPAMSQLServiceOps
- Select SQL Server authentication item and fill in the required fields
- Switch to User Mapping item
- Check Core, CoreJobs, IdP, IdPJobs and ILS databases
- Check database roles db_owner, db_datareader and db_datawriter
- Click ОK