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
- Grafana
- InspectChat
- 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:
-
Log into Keycloak admin console
-
Select realm
InspectChat
-
Go to Users in the left sidebar
-
Find and click on user
llminspect
-
Go to Credentials tab
-
Click "Reset Password"
-
Set new password and use these credentials to log into Grafana
Creating Users Manually
- Navigate to Users → Add User
Fill required fields:
Username: user.name
Email: [email protected]
First Name: User
Last Name: Name
User Federation with LDAP
- Go to User Federation → Add Provider → ldap
- 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
- Test connection and save
- Synchronize users