AWS codebuild documentation change
Summary
Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' in credential configuration examples
Security assessment
Changes are terminology updates without altering security practices. The credential management instructions remain functionally identical - only the service name formatting was changed. No new security features or vulnerabilities addressed.
Diff
diff --git a/codebuild/latest/userguide/multiple-access-tokens.md b/codebuild/latest/userguide/multiple-access-tokens.md index db4d72e8d..c6f82f80d 100644 --- a//codebuild/latest/userguide/multiple-access-tokens.md +++ b//codebuild/latest/userguide/multiple-access-tokens.md @@ -306 +306 @@ During the build, CodeBuild will then read the `AuthServer` field from the confi -You can configure Secrets Manager account level credentials by using AWS CloudFormation templates. You can use the following AWS CloudFormation template to set an account level credential: +You can configure Secrets Manager account level credentials by using CloudFormation templates. You can use the following CloudFormation template to set an account level credential: @@ -340 +340 @@ You can configure Secrets Manager account level credentials by using AWS CloudFo -If you're also creating a project in the same stack, use the AWS CloudFormation attribute [DependsOn](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to ensure the `AccountCredential` is created before the project. +If you're also creating a project in the same stack, use the CloudFormation attribute [DependsOn](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) to ensure the `AccountCredential` is created before the project. @@ -342 +342 @@ If you're also creating a project in the same stack, use the AWS CloudFormation -You can also configure Secrets Manager multiple source level credentials by using AWS CloudFormation templates. You can use the following AWS CloudFormation template to use multiple tokens to pull in multiple sources: +You can also configure Secrets Manager multiple source level credentials by using CloudFormation templates. You can use the following CloudFormation template to use multiple tokens to pull in multiple sources: