-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
application-accessbugtshtsh - Teleport's command line tool for logging into nodes running Teleport.tsh - Teleport's command line tool for logging into nodes running Teleport.
Description
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
Metadata
Metadata
Assignees
Labels
application-accessbugtshtsh - Teleport's command line tool for logging into nodes running Teleport.tsh - Teleport's command line tool for logging into nodes running Teleport.