Releases: trussworks/terraform-aws-iam-sleuth
Releases · trussworks/terraform-aws-iam-sleuth
Many dependency upgrades
Updated slack messaging for inactivity notifications
Added
- New variables for INACTIVE_NOTIFICATION_TITLE and INACTIVE_NOTIFICATION_TEXT
- Improved messaging for key expiration reasonings
- Documentation for testing app locally
- Required permission for iam:GetAccessKeyLastUsed
Allow account exemption from auto-expiration
Added
Given KeyAutoExpire:False user tag, do not expire the user key
Warning message for keys expiring due to inactivity, INACTIVITY_WARNING_AGE
Test for new variable
Changed
Change name of inactivity age variable to INACTIVITY_AGE
Auto-expiring inactive keys
Auto-expire access keys if they have not been used in X number of days, as defined by env_var LAST_USED_AGE
Relax Terraform compatible versioning & Repo Updates
This release focuses on:
- Updating CircleCI image
- Precommit plugins
- Upgrade TF providers
- Allow for TF 0.14
- Cleanup circleci yaml
Python Test Fixes & Terratest
Related PR: #45
v1.1.0: Merge pull request #42 from mr337/fixes
[1.1.0] - 2020-11-12
Added
- DEBUG envar for additional debugging
Changed
- Slack and SNS now have Title and Additional Text (previously only Slack had this)
- Moved notification text to the beginning of the message
Removed
- Requirement of Slack or SNS setting to run, Lambda can run without any notifications
new release job
v1.0.10 fixing a typo :facepalm:
deployment.zip: Merge pull request #35 from trussworks/dependabot-add-v2-config-file
Update Dependabot config file
v1.0.9: Merge pull request #31 from trussworks/fix-build-and-release
Fix build and release