Skip to content

tsh apps config -F uri returns wrong uri #53270

@tstenner

Description

@tstenner

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

No one assigned

    Labels

    application-accessbugtshtsh - Teleport's command line tool for logging into nodes running Teleport.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions