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 #8867

Merged
merged 1 commit into from Oct 14, 2021

Commits on Oct 13, 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>
    leseb committed Oct 13, 2021
    Copy the full SHA
    61afadd View commit details
    Browse the repository at this point in the history