You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,18 @@ bin/parliament
265
265
## Updating the privilege info
266
266
The IAM data is obtained from scraping the docs [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_actions-resources-contextkeys.html) and parsing this information with beautifulsoup using `./utils/update_iam_data.py`.
267
267
268
+
Use a script like this to generate a new `iam_definition.json`.
Find the Python environment in which you installed Parliament and overwrite the old `iam_definition.json`.
279
+
268
280
# Projects that use Parliament
269
281
-[CloudMapper](https://github.com/duo-labs/cloudmapper): Has functionality to audit AWS environments and will audit the IAM policies as part of that.
270
282
-[tf-parliament](https://github.com/rdkls/tf-parliament): Runs Parliament against terraform files
0 commit comments