Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: adds CRUD operations for policies and test cases (#50)
* adds schema for policies and policylabels and CRUD operations for policies * improves the uuid logic in integrations * adds api routers for policies * adds policy label schema * fix lints * adds test cases * adds test cases * api: adds CRUD operations for policy labels (#54) * adds CRUD operations for policylabels and logic dependent with policies * adds updated schema * fix lints * fix lints * fix lints * fix condtion throw an error if label already exists and return the object as response * adds test cases * resolve conflicts
- Loading branch information