chaosplatform-account

The account service of the Chaos Platform project


Keywords
chaos-engineering, chaosplatform, chaostoolkit
License
Apache-2.0
Install
pip install chaosplatform-account==0.2.0

Documentation

Chaos Platform Account Service

Version License StackOverflow

Build Status Python versions

This is the account service of the Chaos Platform.

Purpose

  • Provide a REST api to manage users, organizations and workspaces
  • Provide a gRPC api to manage registrations of new users

Content

Contribute

Contributors to this project are welcome as this is an open-source effort that seeks discussions and continuous improvement.

From a code perspective, if you wish to contribute, you will need to run a Python 3.5+ environment. Then, fork this repository and submit a PR. The project cares for code readability and checks the code style to match best practices defined in PEP8. Please also make sure you provide tests whenever you submit a PR so we keep the code reliable.

The Chaos Platform projects require all contributors must sign a Developer Certificate of Origin on each commit they would like to merge into the master branch of the repository. Please, make sure you can abide by the rules of the DCO before submitting a PR.