Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Releases: radekk/mfa-monitor

v0.4.2

02 Aug 18:21
v0.4.2
Compare
Choose a tag to compare
  • Fixing issue when the callback was executed twice in the main cron script. After the Webtask platform was updated to disabled cron jobs that return errors it broke mfa-monitor.
  • Adding test cases for cron script.
  • Minor fixes.

v0.4.1

01 Jul 22:59
v0.4.1
Compare
Choose a tag to compare

Fixes related to AWS monitor.

  • If there is a user in AWS without MFA but don't have password set then ignore it.
  • Test cases were added to validate AWS monitor implementation.

v0.4.0

09 Jun 18:24
v0.4.0
Compare
Choose a tag to compare

New release comes with a new Monitor for the Amazon Web Services (AWS).

  • New AWS monitor.
  • Modified configurator for webtasks. Now it's using old settings (displayed as a default option for prompt, no need to enter your tokens or keys on every configuration) if any exists when reconfiguring.
  • Some minor fixes and readme updates.

v0.3.3

03 May 20:11
v0.3.3
Compare
Choose a tag to compare
  • Add inline icon for MFA status (:heart: for enabled and :warning: for disabled state). It's more readable now in case if you enabled "compact" style for Slack messages.

v0.3.2

22 Apr 20:50
v0.3.2
Compare
Choose a tag to compare
  • Added npm-shrinkwrap.json file to keep modules synced
  • Handling an error when Cron module failed to install
  • Display an alert when state from disabled changed to enabled for MFA

v0.3.1

04 Apr 15:21
Compare
Choose a tag to compare
  • Added tests
  • Integration with Travis CI
  • Fixed an issue with github monitor (it was failing when github responded with an empty array - no users without 2fa)

v0.3.0

01 Apr 20:27
Compare
Choose a tag to compare

Major changes are:

  • Handle multiple notifiers like HipChat, Slack, Twitter at once
  • Create auto-configuration environment (using Gulp and command line library)
  • Issue Token for every webtask automatically
  • Create cron task automatically
  • Use Webtask internal storage instead of MongoDB
  • Refactored source code to comply with ES6 syntax

First version with Github and Slack integration

29 Feb 00:33
Compare
Choose a tag to compare

It monitors Github for TFA setting changes and sends notification to Slack channel.