Releases: indigo-dc/cmdb
Releases · indigo-dc/cmdb
v0.5
Release 0.4
Main improvement is an additional layer of the application that enables IAM authentication and authorization based CMDB itself. CouchDB is still a backend.
Authorization for CRUD interface is solved by field "owners" in Configuration element that is higher in the hierarchy. E.g. Images to the service can be added only by a user (authenticated by baerier token) who's email is mentioned in the service record in "owners" list.
Endpoints for APIs:
- read-only API /cmdb (according to syntax of schema-couch)
- CRUD API /cmdb-crud (according to syntax of CouchDB)
Note! API syntax has NOT changed from the previous version.