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

chaostoolkit-attic/chaosplatform-auth

Repository files navigation

Chaos Platform Authentication Service

Version License StackOverflow

Build Status Python versions

This is the authentication service of the Chaos Platform.

Purpose

  • Provide a REST api to manage access tokens
  • Provide a gRPC api to manage access tokens
  • Provide a web entrypoint to register a new user using an OAuth2 provider

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.