File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,13 @@ Optional |onprem| Resource Settings
666
666
cause issues with the backup service. Excessive heaps can cause
667
667
unpredictable results in |onprem|.
668
668
669
+ .. opsmgrkube:: spec.backup.s3OpLogStores.customCertificate
670
+
671
+ *Type*: boolean
672
+
673
+ Flag that indicates whether you use custom |tls| certificates for your |s3| oplog store.
674
+ The default is ``False``.
675
+
669
676
.. opsmgrkube:: spec.backup.s3OpLogStores.irsaEnabled
670
677
671
678
*Type*: boolean
@@ -786,6 +793,13 @@ Optional |onprem| Resource Settings
786
793
Name of the |aws| |s3| bucket or |s3|-compatible bucket that hosts
787
794
the oplog store.
788
795
796
+ .. opsmgrkube:: spec.backup.s3Stores.customCertificate
797
+
798
+ *Type*: boolean
799
+
800
+ Flag that indicates whether you use custom |tls| certificates for your |s3| snapshot store.
801
+ The default is ``False``.
802
+
789
803
.. opsmgrkube:: spec.backup.s3Stores.irsaEnabled
790
804
791
805
*Type*: boolean
Original file line number Diff line number Diff line change @@ -17,6 +17,37 @@ Release Notes for |k8s-op-full|
17
17
|k8s-op-full| 1.15 Series
18
18
-------------------------
19
19
20
+ .. _ent_op-1.15.2:
21
+
22
+ |k8s-op-full| 1.15.2
23
+ ~~~~~~~~~~~~~~~~~~~~
24
+
25
+ *Released 2022-03-24*
26
+
27
+ MongoDBOpsManager Resource
28
+ ``````````````````````````
29
+
30
+ Bug Fixes
31
+ +++++++++
32
+
33
+ - To enable custom |tls| certificates for |s3| oplog stores,
34
+ you must configure the following settings:
35
+
36
+ - Specify :opsmgrkube:`spec.security.tls.ca`.
37
+ - Specify :opsmgrkube:`spec.security.certsSecretPrefix`.
38
+ - Set :opsmgrkube:`spec.backup.s3OpLogStores.customCertificate`
39
+ to ``true``.
40
+
41
+ - To enable custom |tls| certificates for |s3| snapshot stores,
42
+ you must configure the following settings:
43
+
44
+ - Specify :opsmgrkube:`spec.security.tls.ca`.
45
+ - Specify :opsmgrkube:`spec.security.certsSecretPrefix`.
46
+ - Set :opsmgrkube:`spec.backup.s3Stores.customCertificate`
47
+ to ``true``.
48
+
49
+ - Fixes an issue where the |k8s-op-short| mounted the incorrect |certauth| to the Application Database Pod.
50
+
20
51
.. _ent_op-1.15.1:
21
52
22
53
|k8s-op-full| 1.15.1
You can’t perform that action at this time.
0 commit comments