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

[v15] Fix AWS App Access creation for AWS OIDC Integration when using the account number as name #45818

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

marcoandredinis
Copy link
Contributor

@marcoandredinis marcoandredinis commented Aug 26, 2024

Backport #44480 to branch/v15

changelog: Fixed an issue that prevented the creation of AWS App Access for an Integration that used digits only (eg, AWS Account ID).

If the integration name is digits only, the resulting address for the
application will look like this:
`123456789012.proxy.example.com:443`
This fails to parse with go's `url.Parse`.

This PR keeps the existing logic for creating the AWS App Access but
does a best effort to fix this issue by removing the `:443` from the
public proxy addr.
If another port is used, we would still get the error.
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from timothyb89 August 26, 2024 16:01
@marcoandredinis marcoandredinis added this pull request to the merge queue Aug 26, 2024
Merged via the queue into branch/v15 with commit 6e03a2e Aug 26, 2024
32 checks passed
@marcoandredinis marcoandredinis deleted the bot/backport-44480-branch/v15 branch August 26, 2024 17:42
@camscale camscale mentioned this pull request Aug 29, 2024
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