Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v.9.0] /docs/pages/setup/admin/trustedclusters.mdx - Change cloud port from 3024 to 11XXX #12824

Closed
Valien opened this issue May 23, 2022 · 1 comment

Comments

@Valien
Copy link
Contributor

Valien commented May 23, 2022

Details

Trusted cluster details for Cloud needs to be updated. It references port 3024 whereas in the cloud this port is listed but for it to work it needs to be the ssh_tunnel_public_addr port instead (typically in the 11xxx range).

Screenshots showing 3024 in the guide:

Screen Shot 2022-05-23 at 9 27 24 AM

Screen Shot 2022-05-23 at 9 27 43 AM

Screen Shot 2022-05-23 at 9 27 57 AM

If you are on Teleport cloud (tenant.teleport.sh) and try to follow the guides you will get an offline cluster/not-found if using port 3024.

Run a curl -k https://tenant.teleport.sh/webapi/ping | jq . and look for this entry:

      "ssh_tunnel_public_addr": "tenant.teleport.sh:11131"

This is the port that needs to be configured in your cluster yaml. Our guides do not mention this at all.

Category

  • Improve Existing
@sagesyr
Copy link
Contributor

sagesyr commented Oct 5, 2022

This was updated in #10708

@sagesyr sagesyr closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants