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] update ArrayBuffer to ArrayBufferLike #50094

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

flyinghermit
Copy link
Contributor

@flyinghermit flyinghermit commented Dec 11, 2024

#49974 updates typescript version 5.6.2 to 5.7.2. This version is not compatible with the arraybuffer (or "arraybufferlike") data as generated for the MFA response transport https://github.com/gravitational/teleport.e/blob/master/web/teleport/src/SAMLIdPLogin/SAMLIdPLogin.tsx#L34C8-L39C79.

The type error can be seen in this Github action log https://github.com/gravitational/teleport.e/actions/runs/12264912878/job/34269978472?pr=5668#step:8:18

The changes made in this PR is already in master, introduced by #49613.

Manually tested the changes by enforcing per session MFA for SAML IdP and a successful redirect to a service provider.

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-50094.d212ksyjt6y4yg.amplifyapp.com

@flyinghermit flyinghermit marked this pull request as ready for review December 11, 2024 20:56
@flyinghermit flyinghermit added the no-changelog Indicates that a PR does not require a changelog entry label Dec 11, 2024
@flyinghermit flyinghermit added this pull request to the merge queue Dec 11, 2024
Merged via the queue into branch/v17 with commit bbdaaa4 Dec 11, 2024
46 of 47 checks passed
@flyinghermit flyinghermit deleted the sshah/update-array-buffer branch December 11, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants