CM-830: Add TrustManager API types for trust-manager operand - #491
CM-830: Add TrustManager API types for trust-manager operand#491openshift-app-platform-shift[bot] wants to merge 1 commit into
Conversation
Introduces the trustmanagers.operator.openshift.io/v1alpha1 CRD for managing trust-manager as an operand of cert-manager-operator. The TrustManager CR is a cluster-scoped singleton (name must be 'cluster') that configures trust-manager deployment in the cert-manager namespace. Key API features: - TrustManagerConfig: logLevel, logFormat, trustNamespace (immutable), filterExpiredCertificates, defaultCAPackage, secretTargets, scheduling - SecretTargetsConfig: policy-based (Disabled/Custom) with authorizedSecrets - DefaultCAPackageConfig: OpenShift trusted CA bundle integration - TrustManager FeatureGate registered as Alpha (default: disabled) Includes CRD manifests, deepcopy, generated clientset/listers/informers, integration test suite, and unit tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@openshift-app-platform-shift[bot]: This pull request references CM-830 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-app-platform-shift[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @openshift-app-platform-shift[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
trustmanagers.operator.openshift.io/v1alpha1CRD for managing trust-manager as an operand of cert-manager-operatorcluster) that configures trust-manager deployment in the cert-manager namespaceAPI Fields
trustManagerConfig: logLevel, logFormat, trustNamespace (immutable), filterExpiredCertificates, defaultCAPackage, secretTargets, resources, affinity, tolerations, nodeSelectorsecretTargets: policy-based config (Disabled/Custom) with authorizedSecrets list and CEL cross-field validationdefaultCAPackage: policy (Enabled/Disabled) for OpenShift trusted CA bundle integrationcontrollerConfig: labels and annotations for created resourcesTest plan
go build ./api/...passesgo test ./api/...passesmake generate && make manifestscompletes successfullyEnhancement Proposal
openshift/enhancements#1914
🤖 Generated with Claude Code