intel / trusted-certificate-issuer

Trusted Certificate Service (TCS) is a K8s service to protect signing keys using Intel's SGX technology. K8s CSR and cert-manager CR APIs are both supported. TCS also contains integration samples for Istio service mesh and Key Management Reference Application (KMRA).
Apache License 2.0
29 stars 15 forks source link

quoteattestation CRD has two copies which are not in sync #36

Closed poussa closed 1 year ago

poussa commented 2 years ago

There are two copies of the CRDs:

config/crd deployment/crd

The quoteattestation CRD is not in sync. The #31 updated the config/crd but not the deployment/crd directory.

avalluri commented 1 year ago

This has been fixed. Now both deployment/crds and config/crd are aligned.