Giter Site home page Giter Site logo

alexantoniades / bearicade Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ta3/bearicade

0.0 0.0 0.0 6.33 MB

🐻 Bearicade is an open-souce security framework for High Performance Computing

Home Page: https://bearicade.ta3.dev

License: MIT License

Shell 1.07% Python 0.02% PHP 37.65% CSS 2.20% JavaScript 42.74% HTML 4.76% Batchfile 0.07% Less 2.45% Jinja 9.04%

bearicade's Introduction

Bearicade Version Documentation License: MIT Contributors

Open-souce secure gateway for distributed system

Bearicade (pronounced be(Ι™)riˌkād from bear and barricade) is an MIT-licensed open-source data-driven secure gateway for distributed system, build on a REST API, containerized via Docker and deployable with Ansible.

Bearicade has been presented at the IEEE 19th International Conference on Trust, Security and Privacy in Computing and Communications Paper.

Dashboard

πŸ”– Prerequisite

  • CentOS/Red Hat >=7.4
  • Git
  • Python >=2.7
  • PIP >= 20.0.2
  • Ansible >= 2.9.4
  • Docker >= 1.13.1

πŸš€ Deploy

  1. Install Prerequisite
sudo yum install epel-release git python python-pip docker && sudo pip install ansible
  1. Enable and Start Docker
sudo systemctl enable docker && systemctl start docker
  1. Clone bearicade git repository
git clone https://github.com/TA3/bearicade
  1. Generate Keys and Authorize the key
ssh-keygen && cat ~/.ssh/id_rsa.pub > ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys
  1. Permit SSH Root Login
sed -i '/^PermitRootLogin/s/no/yes/' /etc/ssh/sshd_config && systemctl restart sshd
  1. Edit config.yml to suit your preference
vi bearicade/bearicade_ansible/config.yml
  1. Install bearicade with ansible playbook
ansible-playbook -i bearicade/bearicade_ansible/hosts bearicade/bearicade_ansible/bear_install.yml
  1. Add Administrators with ansible playbook
ansible-playbook -i bearicade/bearicade_ansible/hosts bearicade/bearicade_ansible/bear_add_user.yml

🏠 Dashboard

Dashboard

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

MIT

Copyright (c) 2017-present, Taha Al-Jody

bearicade's People

Contributors

dependabot[bot] avatar mend-bolt-for-github[bot] avatar ta3 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.