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

api/issuer: support for setting sub-object labels #43

Closed avalluri closed 2 years ago

avalluri commented 2 years ago

Added new spec field 'labels', to set custom labels on issuer's QuoteAttestation and Secret sub-objects created by the TCS.

snackewm commented 2 years ago

I tried this out - works fine.

avalluri commented 2 years ago

Do you want to rebase this still before merging,

Done.