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

Merged
merged 1 commit into from
Feb 7, 2025

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
@avatus avatus enabled auto-merge February 6, 2025 22:23
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from ryanclark February 7, 2025 10:28
@avatus avatus added this pull request to the merge queue Feb 7, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 7, 2025
@avatus avatus added this pull request to the merge queue Feb 7, 2025
Merged via the queue into branch/v17 with commit 580e743 Feb 7, 2025
41 checks passed
@avatus avatus deleted the bot/backport-51800-branch/v17 branch February 7, 2025 15:20
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.

3 participants