Giter Club home page Giter Club logo

mfa-monitor's Introduction

Backendless MFA monitoring

Build Status

Monitor your online applications without worrying about the hosting platform, bills, and servers. Run simple crontab task to oversee the actual state of the MFA (Multi-Factor Authentication) among different services like AWS (Amazon Web Services), Github, Google, Slack and more.

Slack alert

Requirements

Update your current installation

If you have the MFA monitor already configured (build/config.json file exists) then you can update both the webtask source code and the cron job in two simple steps:

git pull --rebase
npm run configure:webtasks
npm run update

What it does is:

  • Update the source code of all installed webtasks (notifiers and monitors).
  • Reconfigure your webtasks (old config settings are used if any exists).
  • Reinstall cron job using the newest source code.

Installing for the first time

The installation consists of two simple steps. The first one is the NPM dependency installation process and the second one is the MFA monitor configuration.

npm install
npm run start

Configuration and update

Configuration process allows modifying settings for individual components without starting from scratch. Settings are stored inside build directory as config.json file.

Available commands are:

npm run start - fully automated process, configure, build, install

npm run build - build all tasks
npm run build:webtasks - build only webtasks

npm run configure - configure all tasks
npm run configure:cron - configure only cron settings
npm run configure:sandbox - configure sandbox settings
npm run configure:webtasks - configure webtasks settings

npm run update - update remote notifiers, monitors and cron worker

Configuration

Compatibility

It works with every service with an API access to information about the MFA state for particular accounts. Feel free to create a new connector and share with people by sending the pull request.

Architecture

This project leverages the quality of webtask.io platform created by auth0 which allows running Node.JS code inside an isolated environment. It is fast, secure, reliable and FREE.

Architecture

License

This project is licensed under the MIT license. See the LICENSE file for more info.

mfa-monitor's People

Contributors

radekk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.