Skip to content

Releases: salesforce/policy_sentry

0.8.8: Fixes issue with querying condition keys and adds get_region_from_arn back

16 Sep 03:15
1cac01f
Compare
Choose a tag to compare
  • Fixes issue with querying condition keys (#225)
  • Adds get_region_from_arn back for our friends at Netflix :)

0.8.7: Fix elasticache issue and query logging

06 Sep 21:44
25a5773
Compare
Choose a tag to compare
Fix elasticache issue and bump version (#224)

* Fix elasticache issue and bump version

* Fix tests due to AWS changes

0.8.6: ARN Matching and query function fixes

05 Sep 19:52
0ec5979
Compare
Choose a tag to compare
  • Fixed issue with ARN matching (#215)
  • Fixed issue where query command was not leveraging local database (#220)
  • IAM data refresh

0.8.5: fixed issue with write_policy_with_template when used as a library

17 Aug 16:06
1d470eb
Compare
Choose a tag to compare

0.8.4: Fix query action-table subcommand with specific combination of options; Update docs and IAM data refresh

16 Aug 19:21
fbb9c6b
Compare
Choose a tag to compare
  • IAM Data refresh
  • Updated docs for query actions (#208)
  • Fixed query command for policy_sentry query action-table --service s3 --access-level read --wildcard-only --fmt yaml - previously was not transforming user input properly.

0.8.3: Add support for resource type wildcards (helps with using Policy Sentry as a Library)

20 Jul 16:25
a7f79f8
Compare
Choose a tag to compare
  • Adds support for resource type wildcards (helps with using Policy Sentry as a Library) - introduced in #204 by @fruechel

0.8.2: IAM data refresh

26 Jun 18:29
b047565
Compare
Choose a tag to compare
Fix GitHub publish action (#198)

0.8.1: IAM data updates

18 Jun 17:16
3e0b8c4
Compare
Choose a tag to compare
  • IAM data updates refresh
  • From now on, minor versions will be incremented for any new features, and the patch will be for small fixes or IAM data updates. No need to have a 4th number

0.8.0.7: Adds the ability to exclude some actions from the resulting CRUD policy

21 May 00:33
d3f67d1
Compare
Choose a tag to compare

Adds the ability to exclude some actions from the resulting policy.

0.8.0.6: Fixed an overly verbose logging issue

06 May 22:49
da0c636
Compare
Choose a tag to compare
Merge pull request #179 from kmcquade/fix/GH-178

Fixes overly verbose logging issue for one of the query functions.