commissaire
commissaire copied to clipboard
A lightweight REST interface for under-the-covers cluster system management.
# Docs The documentation is missing a clear **How to install and deploy** section. The closest thing to that I can find right now is in [DEVEL.rst](https://github.com/projectatomic/commissaire/blob/master/DEVEL.rst). Which is not...
Right now we are holding keys the same way that secrets are used in some container managers. I'd like us to update our key storage to add a layer of...
Our [documentation](https://github.com/projectatomic/commissaire/tree/master/doc) has a number of TODO's defined that need to be addressed. This includes wordsmithing areas that flow awkwardly.
Our current model implementation uses a custom validation scheme which can be confusing to folks just jumping in to the code. `jsonschema` provides a standard way to validate data. Since...