AWS cli medium security documentation change
Summary
Added JwksUrl field to DryRunConfig output
Security assessment
Added documentation for security feature in dry-run output. The JwksUrl field shows planned configuration for JWT signature verification endpoints, helping validate authentication security before deployment.
Diff
diff --git a/cli/latest/reference/opensearch/describe-dry-run-progress.md b/cli/latest/reference/opensearch/describe-dry-run-progress.md index 41cd7850a..e319e82f3 100644 --- a//cli/latest/reference/opensearch/describe-dry-run-progress.md +++ b//cli/latest/reference/opensearch/describe-dry-run-progress.md @@ -15 +15 @@ - * [AWS CLI 2.34.37 Command Reference](../../index.html) » + * [AWS CLI 2.34.38 Command Reference](../../index.html) » @@ -1192,0 +1193,12 @@ DryRunConfig -> (structure) +>>> +>>> JwksUrl -> (string) +>>> +>>>> The configured JWKS URL endpoint from which the cluster retrieves public keys to verify JWT requests. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `0` +>>>> * max: `2048` +>>>> * pattern: `^$|^https://(?!(?:10|127|169\.254|192\.168|172\.(?:1[6-9]|2[0-9]|3[01]))\.)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*\.[a-zA-Z]{2,}(?::[0-9]{1,5})?(?:/[a-zA-Z0-9\-._~%!$&'()*+,;=:']*)?$` +>>>> + @@ -1623 +1635 @@ DryRunResults -> (structure) - * [AWS CLI 2.34.37 Command Reference](../../index.html) » + * [AWS CLI 2.34.38 Command Reference](../../index.html) »