Overview
Keep supports various deployment and provisioning strategies to accommodate different environments and use cases, from development setups to production deployments.
Provisioning Options
Keep offers three main provisioning options:
- Provider Provisioning - Set up and manage data providers for Keep.
- Workflow Provisioning - Configure and manage workflows within Keep.
- Dashboard Provisioning - Configure and manage dashboards within Keep.
Choosing the right provisioning strategy depends on your specific use case, deployment environment, and scalability requirements. You can read more about each provisioning option in their respective sections.
How To Configure Provisioning
Some provisioning options require additional environment variables. These will be covered in detail on the specific provisioning pages.
Provisioning in Keep is controlled through environment variables and configuration files. The main environment variables for provisioning are:
Provisioning Type | Environment Variable | Purpose |
---|---|---|
Provider | KEEP_PROVIDERS | JSON string containing provider configurations |
Workflow | KEEP_WORKFLOWS_DIRECTORY | Directory path containing workflow configuration files |
Dashboard | KEEP_DASHBOARDS | JSON string containing dashboard configurations |
For more details on each provisioning strategy, including setup instructions and implications, refer to the respective sections.