AWS ARG medium security documentation change
Summary
Removed a paragraph explaining authentication requirements for AWS Resource Groups API access, including the need for access keys or temporary security credentials
Security assessment
The removed content described fundamental security practices (authentication requirements) for API access. Removing this documentation could lead to misconfigurations by omitting guidance on proper credential usage.
Diff
diff --git a/ARG/latest/userguide/security_infrastructure.md b/ARG/latest/userguide/security_infrastructure.md index dcdbc09ed..e33f43c9a 100644 --- a//ARG/latest/userguide/security_infrastructure.md +++ b//ARG/latest/userguide/security_infrastructure.md @@ -20,2 +19,0 @@ You use AWS published API calls to access Resource Groups 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. -