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:275
↓ 3 callersFunctionrun
()
src/index.ts:26
↓ 2 callersFunctionassertRegularFile
(fd: number, filePath: string)
src/helpers.ts:363
↓ 2 callersFunctioncleanup
()
src/cleanup/index.ts:15
↓ 2 callersMethodcreateStsClient
(credentials?: AwsCredentialIdentity)
src/CredentialsClient.ts:64
↓ 2 callersFunctionensureAwsDirectoryExists
(filePath: string)
src/profileManager.ts:88
↓ 2 callersFunctiongetBooleanInput
(name: string, options?: core.InputOptions & { default?: boolean })
src/helpers.ts:311
↓ 2 callersFunctiongetProfileFilePaths
()
src/profileManager.ts:74
↓ 2 callersFunctionisSymlink
(filePath: string)
src/helpers.ts:343
↓ 2 callersFunctionmergeProfileSection
( filePath: string, sectionName: string, data: Record<string, string>, overwriteAwsProfile: boolean, )
src/profileManager.ts:122
↓ 2 callersFunctionparseIni
(iniData: string)
src/profileManager.ts:11
↓ 2 callersFunctionreadFileUtf8
(filePath: string)
src/helpers.ts:373
↓ 2 callersFunctionrefuseSymlinkOnPath
(filePath: string)
src/helpers.ts:353
↓ 2 callersFunctionstringifyIni
(data: Record<string, Record<string, string>>)
src/profileManager.ts:53
↓ 2 callersFunctionvalidateProfileName
(profileName: string)
src/profileManager.ts:98
↓ 2 callersFunctionwriteProfileFiles
( profileName: string, credentials: Partial<Credentials>, region: string, overwriteAwsProfile: boolean
src/profileManager.ts:153
↓ 1 callersFunctionareCredentialsValid
(credentialsClient: CredentialsClient)
src/helpers.ts:284
↓ 1 callersFunctionassumeRole
(params: assumeRoleParams)
src/assumeRole.ts:187
↓ 1 callersFunctionassumeRoleWithCredentials
(params: AssumeRoleCommandInput, client: STSClient)
src/assumeRole.ts:62
↓ 1 callersFunctionassumeRoleWithOIDC
(params: AssumeRoleCommandInput, client: STSClient, webIdentityToken: string)
src/assumeRole.ts:13
↓ 1 callersFunctionassumeRoleWithWebIdentityTokenFile
( params: AssumeRoleCommandInput, client: STSClient, webIdentityTokenFile: string, workspace: string,
src/assumeRole.ts:30
↓ 1 callersFunctionbuildCustomUserAgent
()
src/helpers.ts:20
↓ 1 callersFunctionexportAccountId
(identity: { Account: string; Arn: string }, maskAccountId?: boolean)
src/helpers.ts:155
↓ 1 callersFunctionexportCredentials
( creds?: Partial<Credentials>, outputCredentials?: boolean, outputEnvCredentials?: boolean, )
src/helpers.ts:72
↓ 1 callersFunctionexportRegion
(region: string, outputEnvCredentials?: boolean)
src/helpers.ts:132
↓ 1 callersFunctiongetCallerIdentity
(client: STSClient)
src/helpers.ts:139
↓ 1 callersFunctiongetCustomUserAgent
()
test/index.test.ts:1522
↓ 1 callersMethodgetProxyForUrlOptions
(url: string | URL, options?: ProxyOptions)
src/ProxyResolver.ts:26
↓ 1 callersFunctionisAllowListed
(filePath: string)
src/helpers.ts:329
↓ 1 callersFunctionisDefined
(i: T | undefined | null)
src/helpers.ts:279
↓ 1 callersMethodloadCredentials
()
src/CredentialsClient.ts:107
↓ 1 callersFunctionmkdir
(dir: string, mode = 0o700)
src/helpers.ts:422
↓ 1 callersFunctionparseAndValidateCustomTags
(customTags: string, existingTags: Tag[])
src/assumeRole.ts:128
↓ 1 callersFunctionretryAndBackoff
( fn: () => Promise<T>, isRetryable: boolean, maxRetries = 12, retries = 0, base = 50, label?: str
src/helpers.ts:238
↓ 1 callersFunctionsanitizeGitHubVariables
(name: string)
src/helpers.ts:199
↓ 1 callersMethodshouldProxy
(hostname: string, port: number, noProxy: string)
src/ProxyResolver.ts:44
↓ 1 callersFunctiontoCredentialIdentity
(creds?: Partial<Credentials>)
src/helpers.ts:185
↓ 1 callersFunctiontranslateEnvVariables
()
src/helpers.ts:34
↓ 1 callersFunctionunsetCredentials
(outputEnvCredentials?: boolean)
src/helpers.ts:122
↓ 1 callersFunctionuseGitHubOIDCProvider
()
src/index.ts:100
↓ 1 callersFunctionvalidateAccountId
(expectedAccountIds: string[] | undefined, account: string | undefined)
src/helpers.ts:169
↓ 1 callersMethodvalidateCredentials
( credentials?: AwsCredentialIdentity, expectedAccessKeyId?: string, roleChaining?: boolean, )
src/CredentialsClient.ts:77
↓ 1 callersFunctionverifyKeys
(creds: Partial<Credentials> | undefined)
src/helpers.ts:218
↓ 1 callersFunctionwithRetry
(fn: () => Promise<T>, label: string)
src/index.ts:96
↓ 1 callersFunctionwriteFileUtf8
(filePath: string, content: string, mode = 0o600)
src/helpers.ts:398
Methodconstructor
(props: CredentialsClientProps)
src/CredentialsClient.ts:28
Methodconstructor
(options: ProxyOptions)
src/ProxyResolver.ts:17
FunctiondefaultSleep
(ms: number)
src/helpers.ts:205
Functionreset
()
src/helpers.ts:214
MethodstsClient
()
src/CredentialsClient.ts:54
Functionwithsleep
(s: typeof sleep)
src/helpers.ts:210