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

ceph: fix kms auto-detection when full TLS (backport #8867) #8977

Merged
merged 1 commit into from Oct 14, 2021

Commits on Oct 14, 2021

  1. ceph: fix kms auto-detection when full TLS

    When TLS is used and includes a caert, client key/cert, we need to copy
    the content of the secret to a file in the operator's container
    filesystem so that we can build the TLS config and thus the HTTP Client,
    which reads those files.
    Also, removing the files after each API call so they don't persist on
    the filesystem forever.
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    (cherry picked from commit 61afadd)
    leseb authored and mergify-bot committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9b85ccb View commit details
    Browse the repository at this point in the history