certman-operator
certman-operator copied to clipboard
Operator to Manage Let's Encrypt certificates for OpenShift Clusters
As part of [OSD-14258](https://issues.redhat.com/browse/OSD-14258) ticket where Certman silently fails when calling AssumeRole for sts clusters so, we made sure that it returns an error when calling AssumeRole
Add the osde2e test harness and migrated tests from osde2e. This includes improvements to the tests to not depend on osde2e. [SDCICD-1326](https://issues.redhat.com//browse/SDCICD-1326)
As part of the bug [OSD-14653](https://issues.redhat.com/browse/OSD-14653), we will be trying to delete the decom certs from the UpdateCertValidDuration metrics. Currently, as shown in this link (https://grafana.app-sre.devshift.net/explore?schemaVersion=1&panes=%7B%22x7t%22:%7B%22datasource%22:%22P3D303D298AFF784A%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22certman_operator_certificate_valid_duration_days%20%3C%2045%22,%22range%22:true,%22instant%22:true,%22datasource%22:%7B%22type%22:%22prometheus%22,%22uid%22:%22P3D303D298AFF784A%22%7D,%22editorMode%22:%22code%22,%22legendFormat%22:%22__auto%22,%22useBackend%22:false,%22disableTextWrap%22:false,%22fullMetaSearch%22:false,%22includeNullMetadata%22:true%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D%7D&orgId=1) it is showing us...
Reopening the changes that were originally merged in PR #295 by commit 57eb3332 for further review. - Add the osde2e test harness and migrated tests from osde2e. This includes improvements...
Bumps redhat-services-prod/openshift/boilerplate from image-v6.0.1 to image-v7.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps ubi8/ubi-minimal from 8.10-1179.1739286367 to 8.10-1179.1741863533. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
It’s not necessary for the hypershift check to skip the OSDe2e test. remove ``` if viper.GetBool(config.Hypershift) { Skip("Certman Operator is not supported on HyperShift") } ``` [SDCICD-1326](https://issues.redhat.com//browse/SDCICD-1326)
This PR introduces several updates as part of the following Jira tickets: [[SREP-1217]](https://issues.redhat.com/browse/SREP-1217) Test: Remove finalizer in ClusterDeployment (deleted when CD deleted): This test verifies that if the finalizer is...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems Renovate tried to run on this repository, but found these problems....
This PR adds an end-to-end test to validate that when a CertificateRequest contains the label certificaterequests.certman.managed.openshift.io, the following workflow is performed successfully: - Revoke the certificate associated with the CertificateRequest....