tmforum-oda / oda-ca

Apache License 2.0
6 stars 8 forks source link

component CRD v1beta1: Add capability for arbitrary security fields #100

Open csotiriou opened 1 year ago

csotiriou commented 1 year ago

I have noticed that in the v1beta1 specification of the component crd there are some properties missing compared to earlier versions, that would allows us to configure the security aspects of the component with greater ease.

Since it seems that the security contents inside the components are not yet final in terms of specification, I would like to propose / request the addition of the x-kubernetes-preserve-unknown-fields below the security field, so that custom kubernetes operators can be created until the security field is standardized.

The relevant field in the oda component CRD yaml is spec.versions[4].schema.openAPIV3Schema.properties.spec.properties.security

LesterThomas commented 1 year ago

Since it seems that the security contents inside the components are not yet final in terms of specification, I would like to propose / request the addition of the x-kubernetes-preserve-unknown-fields below the security field, so that custom kubernetes operators can be created until the security field is standardized.

Good point - I will add the x-kubernetes-preserve-unknown-fields back in below the security field