AWS AWSCloudFormation high security documentation change
Summary
Changed Required status from Yes to No for Id, Password, Url, and Username fields in ingest endpoint configuration.
Security assessment
Making authentication-related fields (Password, Username) optional could weaken security by allowing configurations without proper credentials. This directly impacts authentication security controls.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackage-channel-ingestendpoint.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackage-channel-ingestendpoint.md index b50cc2d97..7c3e80074 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackage-channel-ingestendpoint.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-mediapackage-channel-ingestendpoint.md @@ -42 +42 @@ The endpoint identifier. -_Required_ : Yes +_Required_ : No @@ -53 +53 @@ The system-generated password for WebDAV input authentication. -_Required_ : Yes +_Required_ : No @@ -64 +64 @@ The input URL where the source stream should be sent. -_Required_ : Yes +_Required_ : No @@ -75 +75 @@ The system-generated username for WebDAV input authentication. -_Required_ : Yes +_Required_ : No