[bitnami/seaweedfs] Amend README instructions for using CertManager to generate mTLS certs (#25172)

This commit is contained in:
Juan Ariza Toledano
2024-04-15 16:05:37 +02:00
committed by GitHub
parent e31f0ef376
commit 613d43c29d

View File

@@ -97,8 +97,8 @@ Security enhancements can be enabled by setting `security.enabled` and `security
You can manually create the required TLS certificates for each SeaweedFS component or relying on the chart auto-generation capabilities. The chart supports two different ways to auto-generate the required certificates: You can manually create the required TLS certificates for each SeaweedFS component or relying on the chart auto-generation capabilities. The chart supports two different ways to auto-generate the required certificates:
- Using Helm capabilities. Enable this feature by setting `security.mTLS.autoGenerated.useHelm` to `true`. - Using Helm capabilities. Enable this feature by setting `security.mTLS.autoGenerated.enabled` to `true` and `security.mTLS.autoGenerated.engine` to `helm`.
- Relying on CertManager (please note it's required to have CertManager installed in your K8s cluster). Enable this feature by setting `security.mTLS.autoGenerated.useCertManager` to `true`. - Relying on CertManager (please note it's required to have CertManager installed in your K8s cluster). Enable this feature by setting `security.mTLS.autoGenerated.enabled` to `true` and `security.mTLS.autoGenerated.engine` to `cert-manager`. Please note it's supported to use an existing Issuer/ClusterIssuer for issuing the TLS certificates by setting the `security.mTLS.autoGenerated.certManager.existingIssuer` and `security.mTLS.autoGenerated.certManager.existingIssuerKind` parameters.
#### S3 Authentication #### S3 Authentication
@@ -1091,4 +1091,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.