AWS servicecatalog documentation change
Summary
Removed redundant statement about requiring access keys/AWS STS for request signing
Security assessment
The removed content described standard AWS authentication requirements. Its deletion does not indicate a resolved security issue but rather removes redundant documentation.
Diff
diff --git a/servicecatalog/latest/adminguide/infrastructure-security.md b/servicecatalog/latest/adminguide/infrastructure-security.md index 8ca429a84..3b1fae0ba 100644 --- a//servicecatalog/latest/adminguide/infrastructure-security.md +++ b//servicecatalog/latest/adminguide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access AWS Service Catalog through the networ -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. -