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

tsh apps config -F uri returns wrong uri #53270

Open
tstenner opened this issue Mar 21, 2025 · 0 comments
Open

tsh apps config -F uri returns wrong uri #53270

tstenner opened this issue Mar 21, 2025 · 0 comments
Labels
application-access bug tsh tsh - Teleport's command line tool for logging into nodes running Teleport.

Comments

@tstenner
Copy link

tsh apps config $app -F uri returns an URI below the leaf cluster domain instead of the root cluster domain.
tsh apps login $app returns the correct uri:

$ tsh apps login $app
Logged into app $app. Example curl command:

curl \
  --cert "…" \
  --key "…" \
  https://$app.$root_domain

$ tsh apps config revolut-svc-gsit-opensearch-cluster -f curl
curl \
  --cert "…" \
  --key "…" \
  https://$app.$leaf_domain

Bug details:

  • Teleport version: 17.3.4, Proxy: 17.2.8
  • Recreation steps: tsh apps login $app; tsh apps config $app -f curl
@tstenner tstenner added the bug label Mar 21, 2025
@zmb3 zmb3 added tsh tsh - Teleport's command line tool for logging into nodes running Teleport. application-access labels Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-access bug tsh tsh - Teleport's command line tool for logging into nodes running Teleport.
Projects
None yet
Development

No branches or pull requests

2 participants