From 2244892a3da95e2b08c29894b54478bd936b5168 Mon Sep 17 00:00:00 2001 From: Victor Moraes Date: Wed, 12 Jan 2022 10:16:36 -0300 Subject: [PATCH] Update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a68b43e7..6dc0e3dd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Its aim is to prevent data breaches, and to help you detect them promptly if the ---- -**Please note**: We take Approzium's security and our users' trust very seriously. If you believe you have found a security issue in Approzium, _please responsibly disclose_ by contacting us at [security@cyral.com](mailto:security@cyral.com). +**Please note**: We take Approzium's security and our user's trust very seriously. If you believe you have found a security issue in Approzium, _please responsibly disclose_ by contacting us at [security@cyral.com](mailto:security@cyral.com). See the [SECURITY](.github/SECURITY.md) guide for more details. @@ -68,13 +68,19 @@ To run the tests, first you will need to: "Version": "2012-10-17", "Statement": [ { - "Action": "secretsmanager:*", "Effect": "Allow", - "Resource": "*" + "Action": [ + "secretsmanager:CreateSecret", + "secretsmanager:GetSecretValue", + "secretsmanager:UpdateSecret", + "secretsmanager:DeleteSecret", + "secretsmanager:PutSecretValue" + ], + "Resource": "arn:aws:secretsmanager:us-east-2::secret:approzium/*" }, { - "Action": "sts:AssumeRole", "Effect": "Allow", + "Action": "sts:AssumeRole", "Resource": "arn:aws:iam:::role/ApproziumTestAssumableRole" } ]