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
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/deploy/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ In the Postgres plan configuration, enter the following details:
221
221
***Username** - username of the admin/superuser, used by the Mendix Operator to create or delete tenants for app environments; typically, this is set to `postgres`.
222
222
***Password** - username of the admin/superuser; used by the Mendix Operator to create or delete tenants for app environments.
223
223
***Strict TLS** - specifies if the TLS should always be validated.
224
-
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to the PostgreSQL server. If the PostgreSQL server has a self-signed certificate, you will also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted.
224
+
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to the PostgreSQL server. If the PostgreSQL server has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted.
225
225
* Disabling this option will attempt to connect with TLS, but skip certificate validation. If TLS is not supported, it will fall back to an unencrypted connection.
226
226
227
227
{{% alert color="info" %}}
@@ -315,7 +315,7 @@ In the SQL Server plan configuration, enter the following details:
315
315
***Username** - Username for the admin user, used by the Mendix Operator to create or delete tenants for app environments.
316
316
***Password** - Password for the admin user, used by the Mendix Operator to create or delete tenants for app environments.
317
317
***Strict TLS** - Specifies if TLS should always be validated.
318
-
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to SQL Server. If the SQL Server server has a self-signed certificate, you will also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted. Azure SQL supports Strict TLS without any extra TLS configuration - no additional *custom TLS* configuration is required.
318
+
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to SQL Server. If the SQL Server server has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted. Azure SQL supports Strict TLS without any extra TLS configuration - no additional *custom TLS* configuration is required.
319
319
* Disabling this option will attempt to connect with TLS, but skip certificate validation. If TLS is not supported, it will fall back to an unencrypted connection.
320
320
***Is Azure SQL Server** - Opens additional options that are only available when using Azure SQL (instead of a standalone SQL Server):
321
321
***Elastic Pool** - Specifies an existing Elastic Pool to use (can be left empty if the new app's database should not be using an elastic pool)
@@ -456,7 +456,7 @@ When an existing environment is deleted, the Mendix Operator performs the follow
456
456
* Delete that environment's Kubernetes blob file storage credentials secret.
457
457
458
458
{{% alert color="info" %}}
459
-
To use TLS, specify the MinIO URL with an `https` schema, for example `https://minio.local:9000`. If MinIO has a self-signed certificate, you'll also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted.
459
+
To use TLS, specify the MinIO URL with an `https` schema, for example `https://minio.local:9000`. If MinIO has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted.
460
460
461
461
If the MinIO URL is specified with an `http` schema, TLS will not be used.
462
462
{{% /alert %}}
@@ -466,7 +466,7 @@ If the MinIO URL is specified with an `http` schema, TLS will not be used.
466
466
In the MinIO plan configuration, enter the following details:
467
467
468
468
***Endpoint** is the MinIO server API endpoint, for example `http://minio-shared.privatecloud-storage.svc.cluster.local:9000`
469
-
* To use TLS, change `http` to `https`. If the MinIO server has a self-signed certificate, you will also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted.
469
+
* To use TLS, change `http` to `https`. If the MinIO server has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted.
470
470
***Access Key** is the admin user account access key (username), used by Mendix Operator to create tenants for new environments.
471
471
***Secret Key** is the admin user account secret key (password), used by Mendix Operator to create tenants for new environments.
0 commit comments