MCPcopy Create free account

hub / github.com/aws-actions/configure-aws-credentials / functions

Functions51 in github.com/aws-actions/configure-aws-credentials

↓ 9 callersFunctionerrorMessage
(error: unknown)
src/helpers.ts:295
↓ 3 callersFunctionrun
()
src/index.ts:26
↓ 2 callersFunctionassertRegularFile
(fd: number, filePath: string)
src/helpers.ts:370
↓ 2 callersFunctioncleanup
()
src/cleanup/index.ts:15
↓ 2 callersMethodcreateStsClient
(credentials?: AwsCredentialIdentity)
src/CredentialsClient.ts:66
↓ 2 callersFunctionensureAwsDirectoryExists
(filePath: string)
src/profileManager.ts:95
↓ 2 callersFunctiongetBooleanInput
(name: string, options?: core.InputOptions & { default?: boolean })
src/helpers.ts:318
↓ 2 callersFunctiongetCallerIdentity
(client: STSClient)
src/helpers.ts:138
↓ 2 callersFunctiongetProfileFilePaths
()
src/profileManager.ts:81
↓ 2 callersFunctionisSymlink
(filePath: string)
src/helpers.ts:350
↓ 2 callersMethodloadCredentials
()
src/CredentialsClient.ts:109
↓ 2 callersFunctionmergeProfileSection
( filePath: string, sectionName: string, data: Record<string, string>, overwriteAwsProfile: boolean, )
src/profileManager.ts:129
↓ 2 callersFunctionparseIni
(iniData: string)
src/profileManager.ts:11
↓ 2 callersFunctionreadFileUtf8
(filePath: string)
src/helpers.ts:380
↓ 2 callersFunctionrefuseSymlinkOnPath
(filePath: string)
src/helpers.ts:360
↓ 2 callersFunctionstringifyIni
(data: Record<string, Record<string, string>>)
src/profileManager.ts:53
↓ 2 callersFunctionvalidateProfileName
(profileName: string)
src/profileManager.ts:105
↓ 2 callersFunctionwriteProfileFiles
( profileName: string, credentials: Partial<Credentials>, region: string, overwriteAwsProfile: boolean
src/profileManager.ts:160
↓ 1 callersFunctionassumeRole
(params: assumeRoleParams)
src/assumeRole.ts:183
↓ 1 callersFunctionassumeRoleWithCredentials
(params: AssumeRoleCommandInput, client: STSClient)
src/assumeRole.ts:58
↓ 1 callersFunctionassumeRoleWithOIDC
(params: AssumeRoleCommandInput, client: STSClient, webIdentityToken: string)
src/assumeRole.ts:9
↓ 1 callersFunctionassumeRoleWithWebIdentityTokenFile
( params: AssumeRoleCommandInput, client: STSClient, webIdentityTokenFile: string, workspace: string,
src/assumeRole.ts:26
↓ 1 callersFunctionbuildCustomUserAgent
()
src/helpers.ts:19
↓ 1 callersFunctionexportAccountId
(identity: { Account: string; Arn: string }, maskAccountId?: boolean)
src/helpers.ts:154
↓ 1 callersFunctionexportCredentials
( creds?: Partial<Credentials>, outputCredentials?: boolean, outputEnvCredentials?: boolean, )
src/helpers.ts:71
↓ 1 callersFunctionexportRegion
(region: string, outputEnvCredentials?: boolean)
src/helpers.ts:131
↓ 1 callersFunctiongetCustomUserAgent
()
test/index.test.ts:1564
↓ 1 callersMethodgetProxyForUrlOptions
(url: string | URL, options?: ProxyOptions)
src/ProxyResolver.ts:26
↓ 1 callersFunctionisAllowListed
(filePath: string)
src/helpers.ts:336
↓ 1 callersFunctionisDefined
(i: T | undefined | null)
src/helpers.ts:299
↓ 1 callersFunctionmaskProxyCredentials
(proxyServer: string)
src/helpers.ts:196
↓ 1 callersFunctionmkdir
(dir: string, mode = 0o700)
src/helpers.ts:429
↓ 1 callersFunctionparseAndValidateCustomTags
(customTags: string, existingTags: Tag[])
src/assumeRole.ts:124
↓ 1 callersFunctionretryAndBackoff
( fn: () => Promise<T>, isRetryable: boolean, maxRetries = 12, retries = 0, base = 50, label?: str
src/helpers.ts:258
↓ 1 callersFunctionsanitizeGitHubVariables
(name: string)
src/helpers.ts:219
↓ 1 callersMethodshouldProxy
(hostname: string, port: number, noProxy: string)
src/ProxyResolver.ts:44
↓ 1 callersFunctiontoCredentialIdentity
(creds?: Partial<Credentials>)
src/helpers.ts:182
↓ 1 callersFunctiontranslateEnvVariables
()
src/helpers.ts:33
↓ 1 callersFunctionunsetCredentials
(outputEnvCredentials?: boolean)
src/helpers.ts:121
↓ 1 callersFunctionuseGitHubOIDCProvider
()
src/index.ts:100
↓ 1 callersFunctionvalidateAccountId
(expectedAccountIds: string[] | undefined, account: string | undefined)
src/helpers.ts:168
↓ 1 callersMethodvalidateCredentials
( credentials?: AwsCredentialIdentity, expectedAccessKeyId?: string, roleChaining?: boolean, )
src/CredentialsClient.ts:79
↓ 1 callersFunctionverifyKeys
(creds: Partial<Credentials> | undefined)
src/helpers.ts:238
↓ 1 callersFunctionwithRetry
(fn: () => Promise<T>, label: string)
src/index.ts:96
↓ 1 callersFunctionwriteFileUtf8
(filePath: string, content: string, mode = 0o600)
src/helpers.ts:405
Methodconstructor
(props: CredentialsClientProps)
src/CredentialsClient.ts:29
Methodconstructor
(options: ProxyOptions)
src/ProxyResolver.ts:17
FunctiondefaultSleep
(ms: number)
src/helpers.ts:225
Functionreset
()
src/helpers.ts:234
MethodstsClient
()
src/CredentialsClient.ts:56
Functionwithsleep
(s: typeof sleep)
src/helpers.ts:230