AWS codecatalyst documentation change
Summary
Removed a sentence about requiring signed requests using IAM credentials or AWS STS temporary credentials
Security assessment
Similar to the CodeBuild change, this removes standard authentication documentation without evidence of resolving a security issue. Maintains existing security requirements through other documentation.
Diff
diff --git a/codecatalyst/latest/userguide/infrastructure-security.md b/codecatalyst/latest/userguide/infrastructure-security.md index 796abf9e3..e4c020ce9 100644 --- a//codecatalyst/latest/userguide/infrastructure-security.md +++ b//codecatalyst/latest/userguide/infrastructure-security.md @@ -20,2 +19,0 @@ You use AWS published API calls to access CodeCatalyst through the network. Clie -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. -