Skip to content

User Management With Keycloak

User Management

After the initial setup a default user is automatically created with username llminspect and password llminspect_password.

llminspect user is used to access the following interfaces with highest previledges

  1. Grafana
  2. InspectChat
  3. LLMInspect Admin Panel

Note: The llminspect user's password should be changed immediately after initial setup for security reasons.

Changing password for default user

To set/reset the Grafana login password:

  1. Log into Keycloak admin console

  2. Select realm InspectChat

  3. Go to Users in the left sidebar

  4. Find and click on user llminspect

  5. Go to Credentials tab

  6. Click "Reset Password"

  7. Set new password and use these credentials to log into Grafana

Creating Users Manually

  1. Navigate to Users → Add User

Fill required fields:

Username: user.name
Email: [email protected]
First Name: User
Last Name: Name
2. Set initial password in Credentials tab

User Federation with LDAP

  1. Go to User Federation → Add Provider → ldap
  2. Configure LDAP settings:

Fill ldap configuration fields:

Connection URL: ldap://your-ldap-server:389
Bind DN: cn=admin,dc=example,dc=com
Bind Credential: your-password
User DN: ou=users,dc=example,dc=com
  1. Test connection and save
  2. Synchronize users