AWS keyspaces documentation change
Summary
Removed paragraph about requiring signed requests using access keys or AWS STS temporary credentials
Security assessment
The removed content described standard security practices for API access, but there's no evidence this change addresses a specific vulnerability. However, removing security credential requirements documentation could reduce clarity about security best practices.
Diff
diff --git a/keyspaces/latest/devguide/infrastructure-security.md b/keyspaces/latest/devguide/infrastructure-security.md index 35416990a..8dec44f83 100644 --- a//keyspaces/latest/devguide/infrastructure-security.md +++ b//keyspaces/latest/devguide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access Amazon Keyspaces through the network. -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. -