AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-18 · Documentation low

File: cli/latest/reference/mediapackagev2/put-origin-endpoint-policy.md

Summary

Added --cdn-auth-configuration parameter documentation

Security assessment

Documents new CDN authorization configuration options involving Secrets Manager and IAM roles for secure CDN access, enhancing security documentation but not addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/mediapackagev2/put-origin-endpoint-policy.md b/cli/latest/reference/mediapackagev2/put-origin-endpoint-policy.md
index bc6691d4d..c7e7300b1 100644
--- a//cli/latest/reference/mediapackagev2/put-origin-endpoint-policy.md
+++ b//cli/latest/reference/mediapackagev2/put-origin-endpoint-policy.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mediap
+    [--cdn-auth-configuration <value>]
@@ -110,0 +112,31 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mediap
+`--cdn-auth-configuration` (structure)
+
+> The settings for using authorization headers between the MediaPackage endpoint and your CDN.
+> 
+> For information about CDN authorization, see [CDN authorization in Elemental MediaPackage](https://docs.aws.amazon.com/mediapackage/latest/userguide/cdn-auth.html) in the MediaPackage user guide.
+> 
+> CdnIdentifierSecretArns -> (list)
+>
+>> The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.
+>> 
+>> (string)
+> 
+> SecretsRoleArn -> (string)
+>
+>> The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and KMS for CDN authorization.
+
+Shorthand Syntax:
+    
+    
+    CdnIdentifierSecretArns=string,string,SecretsRoleArn=string
+    
+
+JSON Syntax:
+    
+    
+    {
+      "CdnIdentifierSecretArns": ["string", ...],
+      "SecretsRoleArn": "string"
+    }
+    
+
@@ -222 +254 @@ None
-  * [AWS CLI 2.27.51 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.54 Command Reference](../../index.html) »