AWS cli documentation change
Summary
Added documentation for CDN authorization configuration parameters
Security assessment
Added details about CDN authorization using Secrets Manager secrets and IAM roles, which documents security controls for CDN access but does not indicate a security fix.
Diff
diff --git a/cli/latest/reference/mediapackagev2/get-origin-endpoint-policy.md b/cli/latest/reference/mediapackagev2/get-origin-endpoint-policy.md index 3b98f971b..51055f8ae 100644 --- a//cli/latest/reference/mediapackagev2/get-origin-endpoint-policy.md +++ b//cli/latest/reference/mediapackagev2/get-origin-endpoint-policy.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -220,0 +221,16 @@ Policy -> (string) +CdnAuthConfiguration -> (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. + @@ -231 +247 @@ Policy -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »