debian-forge-composer/internal/client
Tomas Hozza 076bbc5456 Weldr API: introduce Image Type denylist for filtering exposed images
Extend Weldr API to accept a list of denied image types, which should
not be exposed via API for any supported distribution. This
functionality will be needed to not expose image types which can't be
successfully built outside of Red Hat VPN. Example of such images are
the official RHEL EC2 images, which include RHUI client packages not
available publicly.

Image Types are filters when listing available compose types and
creating a new compose using Weldr API.

Extend osbuild-composer configuration to allow specifying the list of
denied Image Types for Weldr API.

Add unit tests for implemented changes.

Add NEWS entry describing the newly introduced functionality.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
2021-08-02 18:51:03 +02:00
..
blueprints.go
blueprints_test.go Move isStringInSlice to common.IsStringInSlice 2021-07-12 08:58:42 +02:00
client.go
client_test.go
compose.go
compose_test.go client: test supported and unsupported mountpoints 2021-07-28 21:44:03 +01:00
integration_test.go
modules.go client: Add /modules/ support 2020-03-25 10:01:14 +01:00
modules_test.go
projects.go client: Add /projects/ support 2020-03-25 10:01:14 +01:00
projects_test.go
source.go
source_test.go weldr: accept rhsm parameter in sources 2021-07-27 15:39:36 +02:00
unit_test.go Weldr API: introduce Image Type denylist for filtering exposed images 2021-08-02 18:51:03 +02:00
utils.go Move isStringInSlice to common.IsStringInSlice 2021-07-12 08:58:42 +02:00
weldr.go