docs: support mounting ca-bundle.crt in ceph#2336
Draft
jackhodgkiss wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the Cephadm configuration documentation to enable SSL verification for the Keystone integration by setting 'rgw_keystone_verify_ssl' to true. It also adds instructions on how to copy the CA certificate to Ceph hosts and mount it within the Ceph containers. A review comment points out a grammatical typo in the added instructions ('the running' instead of 'then run').
Contributor
Author
|
Note this requires the following to be merged and released stackhpc/ansible-collection-cephadm#207 |
e5af8d5 to
9de28c0
Compare
Services such as RGW integration with `keystone` have in the past required ignoring `SSL` verification failures. This can be avoided by mounting the `ca-bundle.crt` in the container for a more secure deployment. Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
9de28c0 to
24bd846
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Services such as RGW integration with
keystonehave in the past required ignoringSSLverification failures. This can be avoided by mounting theca-bundle.crtin the container for a more secure deployment.