You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you must manually configure |kmip| backup encryption client settings in |onprem|.
59
-
To learn more, see :ref:`kmip-workaround`.
59
+
To learn more, see :ref:`kmip-manual-procedure`.
60
60
- Don't add a :github:`ServiceMonitor</prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md#related-resources>`
61
61
to your |mongodb-multis|. The |k8s-op-short| doesn't support integration with Prometheus.
@@ -289,16 +293,43 @@ you must manually configure |kmip| backup encryption client settings in |onprem|
289
293
using the following procedure. If the |k8s-op-short| *is* managing both resources,
290
294
see :ref:`configure-kmip-backup-encryption` instead.
291
295
292
-
1. Get the absolute path to the |kmip| client certificate for each MongoDB
293
-
:ref:`project <projects-page-admin-ui>` in your deployment. All deployments
294
-
in the project use the same |kmip| client certificate file to authenticate
295
-
to the |kmip| server.
296
+
Prerequisites
297
+
#############
298
+
299
+
- A running |kmip| server.
300
+
- A running |onprem| instance, `configured to use KMIP <https://www.mongodb.com/docs/kubernetes-operator/master/tutorial/configure-kmip-backup-encryption/#configure-the-onprem-custom-resource-to-use-kmip-backup-encryption>`__.
301
+
- A |tls| secret that :ref:`concatenates the private key and the KMIP client certificate in PEM format <client-cert-kmip>`.
302
+
303
+
Procedure
304
+
#########
296
305
297
-
2. Mount the |kmip| client certificates to |onprem| by overriding the
298
-
|k8s-statefulset|.
306
+
1. Mount the |tls| secret to the :ref:`MongoDBOpsManager <k8s-om-specification>` custom resource. For example:
0 commit comments