[v17] Fix launching AWS IC from Connect#62870
Merged
ravicious merged 1 commit intobranch/v17from Jan 15, 2026
Merged
Conversation
* Add `sub_kind` and `permission_sets` to `App` message * Allow launching AWS IAM IC * Add AWS domain to allowlist * Fix makeApp helper * Add story * Validate path and host parts, add test * Support US gov partition addresses * Update proto message * Use more realistic publicAddr in test --------- Co-authored-by: Rafał Cieślak <rafal.cieslak@goteleport.com>
gzdunek
approved these changes
Jan 15, 2026
tigrato
approved these changes
Jan 15, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #62796
changelog: Fixed launching AWS Identity Center from Teleport Connect
Most of the conflicts were centered around the fact that there's no
AppSubKindinservices/sharedon v17 and instead it erroneously imports it from teleport. I replaced it with'aws_ic_account'string. In hindsight I should've just added this type.I tested the change by logging in to our platform cluster and opening one of the available AWS IC apps, both from the resource list and from the search bar.