Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPSMDB-796: Fix PBM connection if replset is exposed #1060

Merged
merged 1 commit into from Oct 6, 2022
Merged

Commits on Oct 5, 2022

  1. K8SPSMDB-796: Fix PBM connection if replset is exposed

    If replset is exposed, the operator uses ClusterIPs in the replset
    config. When PBM tries to open connection to replset using TLS
    certificates, it fails since these IPs are not included in the
    certificate. Ideally we want to move away from using unsafe options from
    TLS but it needs careful thinking.
    egegunes committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2ae3023 View commit details
    Browse the repository at this point in the history