AWS online-register medium security documentation change
Summary
Changed BatchGetSecretValue access level from 'List' to 'Read'
Security assessment
Corrects permission granularity for secrets retrieval operations. Proper access level classification is crucial for least-privilege security.
Diff
diff --git a/online-register/latest/data-formats/awssecretsmanager.md b/online-register/latest/data-formats/awssecretsmanager.md index 14456635c..6a415d036 100644 --- a//online-register/latest/data-formats/awssecretsmanager.md +++ b//online-register/latest/data-formats/awssecretsmanager.md @@ -11 +11 @@ Actions | Description | Access level -[BatchGetSecretValue](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_BatchGetSecretValue.html)| Retrieve and decrypt a list of secrets| List +[BatchGetSecretValue](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_BatchGetSecretValue.html)| Retrieve and decrypt a list of secrets| Read