AWS panorama medium security documentation change
Summary
Removed information about using IAM credentials and AWS STS for signing API requests
Security assessment
The removed content specifically described security practices for API request signing (IAM credentials and temporary STS tokens), which are critical for authentication security. Removing this documentation could lead to confusion about secure access methods, though there's no explicit mention of a vulnerability being addressed.
Diff
diff --git a/panorama/latest/dev/security-infrastructure.md b/panorama/latest/dev/security-infrastructure.md index e409a428a..790e9b352 100644 --- a//panorama/latest/dev/security-infrastructure.md +++ b//panorama/latest/dev/security-infrastructure.md @@ -22,2 +21,0 @@ You use AWS published API calls to access AWS Panorama 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. -