Skip to content

Conversation

@lance5890
Copy link
Contributor

@lance5890 lance5890 commented Sep 8, 2025

This PR implements a new data enhancement to...

As the operator log shows it uses Use of insecure cipher suites such as:

I0907 04:29:30.795940       1 cmd.go:241] Using service-serving-cert provided certificates
I0907 04:29:30.796270       1 observer_polling.go:159] Starting file observer
W0907 04:29:30.814285       1 builder.go:267] unable to get owner reference (falling back to namespace): replicasets.apps "insights-operator-bccb45ccb" is forbidden: User "system:serviceaccount:openshift-insights:operator" cannot get resource "replicasets" in API group "apps" in the namespace "openshift-insights"
I0907 04:29:31.032609       1 operator.go:59] Starting insights-operator v0.0.0-master+$Format:%H$
I0907 04:29:31.032823       1 legacy_config.go:327] Current config: {"report":false,"storagePath":"/var/lib/insights-operator","interval":"2h","endpoint":"https://console.redhat.com/api/ingress/v1/upload","conditionalGathererEndpoint":"https://console.redhat.com/api/gathering/gathering_rules","pull_report":{"endpoint":"https://console.redhat.com/api/insights-results-aggregator/v2/cluster/%s/reports","delay":"60s","timeout":"3000s","min_retry":"30s"},"impersonate":"system:serviceaccount:openshift-insights:gather","enableGlobalObfuscation":false,"ocm":{"scaEndpoint":"https://api.openshift.com/api/accounts_mgmt/v1/certificates","scaInterval":"8h","scaDisabled":false,"clusterTransferEndpoint":"https://api.openshift.com/api/accounts_mgmt/v1/cluster_transfers/","clusterTransferInterval":"12h"},"disableInsightsAlerts":false,"processingStatusEndpoint":"https://console.redhat.com/api/insights-results-aggregator/v2/cluster/%s/request/%s/status","reportEndpointTechPreview":"https://console.redhat.com/api/insights-results-aggregator/v2/cluster/%s/request/%s/report"}
I0907 04:29:31.033166       1 secure_serving.go:57] Forcing use of http/1.1 only
W0907 04:29:31.033186       1 secure_serving.go:69] Use of insecure cipher 'TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256' detected.
W0907 04:29:31.033191       1 secure_serving.go:69] Use of insecure cipher 'TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256' detected.
I0907 04:29:31.033197       1 simple_featuregate_reader.go:171] Starting feature-gate-detector

And the logs also showed that the operator need more permissions for replicasets, but this is resolved by #1123

Categories

  • Bugfix
  • Data Enhancement
  • Feature
  • Backporting
  • Others (CI, Infrastructure, Documentation)

Sample Archive

  • path/to/sample_data.json

Documentation

  • path/to/documentation.md

Unit Tests

  • path/to/file_test.go

Privacy

Yes. There are no sensitive data in the newly collected information.

Changelog

Breaking Changes

Yes/No

References

https://issues.redhat.com/browse/???
https://access.redhat.com/solutions/???

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 8, 2025
@openshift-ci
Copy link

openshift-ci bot commented Sep 8, 2025

Hi @lance5890. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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 kubernetes-sigs/prow repository.

@openshift-ci
Copy link

openshift-ci bot commented Sep 8, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: lance5890
Once this PR has been reviewed and has the lgtm label, please assign ncaak for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@opokornyy
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 8, 2025
@lance5890
Copy link
Contributor Author

/retest

@ncaak
Copy link
Contributor

ncaak commented Sep 8, 2025

Hello there @lance5890

First of all thanks for your contribution and interest in our project.

Could you explain the meaning or purpose of this PR a bit more?

@lance5890
Copy link
Contributor Author

Hello there @lance5890

First of all thanks for your contribution and interest in our project.

Could you explain the meaning or purpose of this PR a bit more?

no special issue here, I just found the insight-operator logs show that it need permissions for replicasets(this is resolving by #1123), and it also shows the insecure cipher(which might be potential risks if the operator exposes metrics or services now or the future)

@lance5890
Copy link
Contributor Author

/retest

1 similar comment
@BaiyangZhou
Copy link

/retest

@openshift-ci
Copy link

openshift-ci bot commented Sep 12, 2025

@lance5890: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-ovn-techpreview e93c8cd link true /test e2e-gcp-ovn-techpreview

Full PR test history. Your PR dashboard.

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants