AWS Monitron documentation change
Summary
Removed a sentence about requiring signed requests using access keys or AWS STS temporary credentials
Security assessment
The removed content described standard AWS authentication practices but did not indicate any specific vulnerability being addressed. This appears to be documentation simplification rather than a security fix.
Diff
diff --git a/Monitron/latest/user-guide/infrastructure-security.md b/Monitron/latest/user-guide/infrastructure-security.md index cfd4f9eeb..78c27df2b 100644 --- a//Monitron/latest/user-guide/infrastructure-security.md +++ b//Monitron/latest/user-guide/infrastructure-security.md @@ -20,2 +19,0 @@ You use AWS published API calls to access Amazon Monitron through the network. C -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. -