Revert "API: Add Compliance API slice"

This reverts commit 36f9e70565.

The Compliance v1 API is not stable and not intended for consumption by
other teams. We will implement the OpenSCAP MVP without the Compliance
API for now with a hard coded list of polices in image-builder, and when
their v2 API is ready in the near future begin using it to retrieve
policies.
This commit is contained in:
lucasgarfield 2023-10-06 11:04:44 +02:00 committed by Lucas Garfield
parent 12d920f9b3
commit 67570b8e54
8 changed files with 0 additions and 65 deletions

1
api.sh
View file

@ -6,7 +6,6 @@ npx @rtk-query/codegen-openapi ./api/config/rhsm.ts &
npx @rtk-query/codegen-openapi ./api/config/contentSources.ts &
npx @rtk-query/codegen-openapi ./api/config/provisioning.ts &
npx @rtk-query/codegen-openapi ./api/config/edge.ts &
npx @rtk-query/codegen-openapi ./api/config/compliance.ts &
# Wait for all background jobs to finish
wait