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

[v17] Fetch RequiredApps when resolving app with fqdnHint only #51873

Open
wants to merge 1 commit into
base: branch/v17
Choose a base branch
from

Conversation

avatus
Copy link
Contributor

@avatus avatus commented Feb 5, 2025

Backport #51800 to branch/v17

changelog: Fixed an issue where required apps wouldn't be authenticated when launching an application from outside the Teleport Web UI.

If an app is accessed via a bookmark or other means _without_ clicking
the "Launch" button in the web UI, we only have access to the fqdn and
try to resolve the app that way.

After resolution we then try to resolve the app names stored in the
required apps spec. This however relied on the clusterName in the
params.

If that isn't supplied, we can fallback to the cluster name in resolved
app spec instead.

Fixes #51140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant