Table: source_credentials_list
Table to list and delete the internal credentials used to access internal repositories from Codebuild.
Example
SELECT * FROM source_credentials_list WHERE source_type = 'GITHUB';
DELETE FROM source_credentials_list WHERE source_type = 'GITHUB';
See
- https://github.com/iasql/iasql/blob/main/test/modules/aws-codebuild-integration.ts#L217
- https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens.html
Columns
• arn: string
AWS ARN to identify the build
• auth_type: PERSONAL_ACCESS_TOKEN
Type of authentication provided by this credential
• region: string
Region for the credential
• source_type: source_type
Type of source code used in the project