Skip to content

Fix server and region_label vars in Tunnel Diagnose Command#1987

Open
lthievenaz-keeper wants to merge 4 commits intoKeeper-Security:releasefrom
lthievenaz-keeper:fix-tunnel-diagnose-vars
Open

Fix server and region_label vars in Tunnel Diagnose Command#1987
lthievenaz-keeper wants to merge 4 commits intoKeeper-Security:releasefrom
lthievenaz-keeper:fix-tunnel-diagnose-vars

Conversation

@lthievenaz-keeper
Copy link
Copy Markdown
Contributor

@lthievenaz-keeper lthievenaz-keeper commented Apr 24, 2026

In GOVCLOUD envs, the server variable causes the tested URLs to be:
govcloud.keepersecurity.us
connect.govcloud.keepersecurity.us
krelay.govcloud.keepersecurity.us
Instead of:
keepersecurity.us
connect.keepersecurity.us
krelay.keepersecurity.us

For servers other than US and GOVCLOUD, the region_label variable resolves as KEEPERSECURITY, instead of EU, CA, AU and JP

Also:
Edited a print statement to appear entirely in green instead of partially
Removed the int returned when running the command with format=table in the CLI

For GOVCLOUD envs, the `server` variable caused the tested URLs to be:
`govcloud.keepersecurity.us`
`connect.govcloud.keepersecurity.us`
`krelay.govcloud.keepersecurity.us`
For servers other than US and GOVCLOUD, the `region_label` variable resolved as `KEEPERSECURITY`, instead of `EU`, `CA`, `AU` and `JP`
Partial color loss for this string:
`✓  8/8 sampled ports reachable`
This is because the `_check` function (✓) sets the color back to bright
@sk-keeper sk-keeper force-pushed the release branch 2 times, most recently from ccaf00a to 22d8a2d Compare April 24, 2026 18:34
When format=table, the TunnelDiagnoseCommand returns 0 or 1 in the CLI, which is not the behavior or any other CLI Command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant