-
Notifications
You must be signed in to change notification settings - Fork 3
Whitelist for Config Types #628
Copy link
Copy link
Closed
open-component-model/open-component-model
#1998Labels
area/ipceiImportant Project of Common European InterestImportant Project of Common European Interestkind/tasksmall task, normally part of feature or epicsmall task, normally part of feature or epic
Metadata
Metadata
Assignees
Labels
area/ipceiImportant Project of Common European InterestImportant Project of Common European Interestkind/tasksmall task, normally part of feature or epicsmall task, normally part of feature or epic
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
🍺 Done
Description
To minimize the risk of malicious configurations, the team agreed to having and filtering based on a whitelist of config types. For more details, see https://github.com/open-component-model/ocm-k8s-toolkit/issues/244.
Whitelist:
Additionally, introspect
ocm.config.ocm.softwareand filter outaliases. Filtering can be achieved with OCM v2 via https://github.com/open-component-model/open-component-model/blob/main/bindings/go/configuration/generic/v1/spec/filter.goThe scope of this issue is to implement this filtering using the v2 library.
Done Criteria