Bias Analysis
Detected Bias Types
windows_tools
missing_linux_example
Summary
The documentation references Windows versions as prerequisites for the self-hosted integration runtime, but does not mention Linux support or provide Linux-specific instructions. There are no Linux or cross-platform examples for generating private keys or running the integration runtime, and the only command-line example (openssl) is generic and not contextualized for Linux users.
Recommendations
- Explicitly state whether the self-hosted integration runtime supports Linux, and if so, provide installation and configuration instructions for Linux environments.
- If only Windows is supported, clarify this limitation early in the documentation.
- Provide Linux-specific examples for generating private keys (e.g., using openssl on Linux), including command-line usage and file handling.
- Wherever prerequisites or environment requirements are listed, include both Windows and Linux (if supported), or explain the platform limitations.
- Ensure parity in troubleshooting and operational guidance for both Windows and Linux users.
Create Pull Request