Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.39 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Please view this file on the master branch, on stable branches it's out of date.

[Unreleased]

Added

  • Proxy (/cmdb/*) into CMDB based on smiley-http-proxy-servlet and spring boot (@mkasztelnik)
  • Authentication integrated with Indigo IAM (@mkasztelnik)
  • Hierarchical entity PDP (@mkasztelnik)
  • Docker build for cmdb-proxy (@mkasztelnik)
  • Proxy (/cmdb-crud/*) into raw CMDB CouchDB rest API (@mkasztelnik)
  • Other than GET requests allowed only for /cmdb-crud/* requests (@mkasztelnik)
  • CMDB CRUD actions authorization (@mkasztelnik)
  • Add CMDB CRUD credentials into CRUD request (@mkasztelnik)
  • Current user is added into new created root item when not present (@mkasztelnik)
  • Cascade items delete using bulk update (@mkasztelnik)
  • Add possibility to pass app properties using docker environment variables (@mkasztelnik)
  • Administrator can do everything (admin is an user belonging to defined group) (@mkasztelnik)
  • Only admin can create root item (@mkasztelnik)
  • Existing item type cannot be changed (@mkasztelnik)
  • Existing item parent cannot be changed (@mkasztelnik)
  • Add monitoring probe (@wziajka)

Changed

Deprecated

Removed

Fixed

Security