AWS cli documentation change
Summary
Updated CLI version reference from 2.27.45 to 2.27.46, added API documentation links, and enhanced security note about permission disclosure
Security assessment
While the note about permission disclosure mentions security implications, the change itself only adds API reference links and does not introduce new security documentation or address a specific vulnerability. The security warning existed previously.
Diff
diff --git a/cli/latest/reference/iam/get-context-keys-for-principal-policy.md b/cli/latest/reference/iam/get-context-keys-for-principal-policy.md index 2b54f4fc2..29217108c 100644 --- a//cli/latest/reference/iam/get-context-keys-for-principal-policy.md +++ b//cli/latest/reference/iam/get-context-keys-for-principal-policy.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -62 +62 @@ Gets a list of all of the context keys referenced in all the IAM policies that a -You can optionally include a list of one or more additional policies, specified as strings. If you want to include _only_ a list of policies by string, use GetContextKeysForCustomPolicy instead. +You can optionally include a list of one or more additional policies, specified as strings. If you want to include _only_ a list of policies by string, use [GetContextKeysForCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html) instead. @@ -64 +64 @@ You can optionally include a list of one or more additional policies, specified -> **Note:** This operation discloses information about the permissions granted to other users. If you do not want users to see other user’s permissions, then consider allowing them to use GetContextKeysForCustomPolicy instead. +> **Note:** This operation discloses information about the permissions granted to other users. If you do not want users to see other user’s permissions, then consider allowing them to use [GetContextKeysForCustomPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html) instead. @@ -66 +66 @@ You can optionally include a list of one or more additional policies, specified -Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value in an IAM policy. Use GetContextKeysForPrincipalPolicy to understand what key names and values you must supply when you call SimulatePrincipalPolicy . +Context keys are variables maintained by Amazon Web Services and its services that provide details about the context of an API query request. Context keys can be evaluated by testing against a value in an IAM policy. Use [GetContextKeysForPrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html) to understand what key names and values you must supply when you call [SimulatePrincipalPolicy](https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html) . @@ -271 +271 @@ ContextKeyNames -> (list) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »