Open Issues Need Help
View All on GitHubAI Summary: Create a Python-based command-line interface (CLI) that presents a menu to the user, allowing them to select and run any of the existing diagnostic tools (dns_diag.py, http_status.py, ping_check.sh, sso_metadata.py) from a single entry point. This improves usability, particularly for less technical users.
Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping
AI Summary: Rewrite the existing Bash script `ping_check.sh` in Python to improve cross-platform compatibility. The new Python script should perform the same functionality: pinging multiple hosts and displaying latency information.
Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping
AI Summary: Enhance the `sso_metadata.py` script to fetch and parse real SAML metadata XML from public Identity Providers (like Okta or Azure AD), instead of using a mock IdP. This involves adding functionality to retrieve metadata from specified URLs, handle potential errors (e.g., network issues, invalid XML), and parse the XML to extract relevant information.
Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping