AWS cognito documentation change
Summary
Removed identical sentence about request signing requirements as in data-protection.md
Security assessment
Consistent with parallel change in data-protection.md, removes redundant explanation of standard AWS authentication methods. No security impact as this doesn't disable actual security controls, just reduces documentation redundancy.
Diff
diff --git a/cognito/latest/developerguide/infrastructure-security.md b/cognito/latest/developerguide/infrastructure-security.md index 76048e621..32ba1770b 100644 --- a//cognito/latest/developerguide/infrastructure-security.md +++ b//cognito/latest/developerguide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access Amazon Cognito through the network. Cl -Additionally, requests must be signed by using an access key ID and a secret access key that is associated with an IAM principal. Or you can use the [AWS Security Token Service](https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html) (AWS STS) to generate temporary security credentials to sign requests. -