Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGFM committed Jan 12, 2022
1 parent 49bcab0 commit 2244892
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected]).
**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 [[email protected]](mailto:[email protected]).

See the [SECURITY](.github/SECURITY.md) guide for more details.

Expand Down Expand Up @@ -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:<some-account-id>:secret:approzium/*"
},
{
"Action": "sts:AssumeRole",
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::<some-account-id>:role/ApproziumTestAssumableRole"
}
]
Expand Down

0 comments on commit 2244892

Please sign in to comment.