-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
As part of the recent PoC, GLPI has been integrated with ACE-box to demonstrate incident workflows during HOT sessions. To make GLPI a production ready, native component in ACE-box, several enhancements are proposed.
Technical Improvements & Observations:
API Integration
- REST API is not enabled by default
- REST API URL is not set by default
- Investigate options to enable it during container startup or provide clear post deployment instructions
- Workflows relying on REST API must handle both
session_tokenandapp_token. Ifapp_tokencannot be configured automatically, document how to retrieve and use them securely
Container Runtime Issues
- The current Docker image runs as the default user
root, which causes permission issues when thecronjobruns (e.g., log files become inaccessible to the app user)
Credential Management
- The GLPI username and password should be dynamically generated at runtime.
- These credentials are added to the ACE box dashboard (v2.0)
Seed Data for HOT Sessions
-
To ensure consistent and realistic HOT demos, include seed data for:
- Predefined teams and team members
- User roles and incident categories
Documentation
- Add a GLPI quick start guide
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request