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

fix `make manifest` build failure #76

Closed avalluri closed 1 year ago

avalluri commented 1 year ago

Move quote parsing logic into a separate package which does not include any additional headers. This package could be used by the controller package.

Also fixed other failure related to CRD storage version.