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

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

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

marcoandredinis
Copy link
Contributor

Backport #44480 to branch/v16

changelog: Fix 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:02
@marcoandredinis marcoandredinis added this pull request to the merge queue Aug 26, 2024
Merged via the queue into branch/v16 with commit f74413a Aug 26, 2024
38 checks passed
@marcoandredinis marcoandredinis deleted the bot/backport-44480-branch/v16 branch August 26, 2024 17:35
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