Skip to content

feat(auth): add IAM credentials LSP requests to AuthUtils and auth2 #22224

feat(auth): add IAM credentials LSP requests to AuthUtils and auth2

feat(auth): add IAM credentials LSP requests to AuthUtils and auth2 #22224

Triggered via pull request July 1, 2025 20:17
Status Cancelled
Total duration 5m 20s
Artifacts 1

node.js.yml

on: pull_request
lint-commits
8s
lint-commits
Matrix: lint-duplicate-code
Matrix: lint
Matrix: test macOS
Matrix: test Web
Matrix: test Windows
Fit to window
Zoom out
Zoom in

Annotations

95 errors and 4 notices
test Windows (18.x, insiders, toolkit)
Windows Server 2019 has been retired. The Windows Server 2019 image has been removed as of 2025-06-30. For more details, see https://github.com/actions/runner-images/issues/12045
test Windows (18.x, stable, toolkit)
Windows Server 2019 has been retired. The Windows Server 2019 image has been removed as of 2025-06-30. For more details, see https://github.com/actions/runner-images/issues/12045
test Windows (18.x, insiders, amazonq)
Windows Server 2019 has been retired. The Windows Server 2019 image has been removed as of 2025-06-30. For more details, see https://github.com/actions/runner-images/issues/12045
test Windows (18.x, stable, amazonq)
Windows Server 2019 has been retired. The Windows Server 2019 image has been removed as of 2025-06-30. For more details, see https://github.com/actions/runner-images/issues/12045
lint (18.x, stable)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
lint (18.x, stable)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
lint (18.x, stable)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
lint (18.x, stable)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
lint (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
lint (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
lint (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
lint (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
lint (18.x, stable)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
lint (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test macOS (18.x, insiders, toolkit)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, insiders, toolkit)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, insiders, toolkit)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, insiders, toolkit)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, insiders, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test macOS (18.x, insiders, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test macOS (18.x, insiders, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test macOS (18.x, insiders, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test macOS (18.x, insiders, toolkit)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test macOS (18.x, insiders, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test Web (18.x, insiders)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test Web (18.x, insiders)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test Web (18.x, insiders)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test Web (18.x, insiders)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test Web (18.x, insiders)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test Web (18.x, insiders)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test Web (18.x, insiders)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test Web (18.x, insiders)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test Web (18.x, insiders)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test Web (18.x, insiders)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test Web (18.x, stable)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test Web (18.x, stable)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test Web (18.x, stable)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test Web (18.x, stable)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test Web (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test Web (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test Web (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test Web (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test Web (18.x, stable)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test Web (18.x, stable)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test Web (18.x, stable)
The strategy configuration was canceled because "web._18_x_insiders" failed
test macOS (18.x, insiders, amazonq)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, insiders, amazonq)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, insiders, amazonq)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, insiders, amazonq)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, insiders, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test macOS (18.x, insiders, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test macOS (18.x, insiders, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test macOS (18.x, insiders, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test macOS (18.x, insiders, amazonq)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test macOS (18.x, insiders, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test macOS (18.x, minimum, toolkit)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, minimum, toolkit)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, minimum, toolkit)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, minimum, toolkit)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, minimum, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test macOS (18.x, minimum, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test macOS (18.x, minimum, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test macOS (18.x, minimum, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test macOS (18.x, minimum, toolkit)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test macOS (18.x, minimum, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test macOS (18.x, stable, amazonq)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, stable, amazonq)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, stable, amazonq)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, stable, amazonq)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, stable, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test macOS (18.x, stable, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test macOS (18.x, stable, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test macOS (18.x, stable, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test macOS (18.x, stable, amazonq)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test macOS (18.x, stable, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test macOS (18.x, stable, toolkit)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, stable, toolkit)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, stable, toolkit)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, stable, toolkit)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, stable, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test macOS (18.x, stable, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test macOS (18.x, stable, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test macOS (18.x, stable, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test macOS (18.x, stable, toolkit)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test macOS (18.x, stable, toolkit)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test macOS (18.x, minimum, amazonq)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; aws_session_token: string | undefined; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, minimum, amazonq)
Property 'IamCredentialProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, minimum, amazonq)
Property 'EmptyProfile' does not exist on type '{ readonly SsoTokenProfile: "SsoTokenProfile"; readonly Unknown: "Unknown"; }'.
test macOS (18.x, minimum, amazonq)
Type '{ region: string; sso_session: string; aws_access_key_id: string; aws_secret_access_key: string; }' is not assignable to type '{ region?: string | undefined; sso_session?: string | undefined; }'.
test macOS (18.x, minimum, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'invalidateIamCredentialRequestType'.
test macOS (18.x, minimum, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialParams'.
test macOS (18.x, minimum, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'InvalidateIamCredentialResult'.
test macOS (18.x, minimum, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialResult'.
test macOS (18.x, minimum, amazonq)
'"@aws/language-server-runtimes/protocol"' has no exported member named 'getIamCredentialRequestType'. Did you mean 'iamCredentialsUpdateRequestType'?
test macOS (18.x, minimum, amazonq)
Module '"@aws/language-server-runtimes/protocol"' has no exported member 'GetIamCredentialParams'.
test Windows (18.x, insiders, toolkit)
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045.
test Windows (18.x, stable, toolkit)
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045.
test Windows (18.x, insiders, amazonq)
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045.
test Windows (18.x, stable, amazonq)
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045.

Artifacts

Produced during runtime
Name Size Digest
unfiltered-jscpd-report Expired
93.4 KB
sha256:637a6ee0b836c5503282d81b16dd0a48187eeca940fe825fae6a6eade07df3ff