Skip to content

Commit 21b97e6

Browse files
updated from docker-builds
1 parent 0881ebd commit 21b97e6

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/docker-images/pingauthorize/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ this image.
4747
| PD_PROFILE | ${STAGING_DIR}/pd.profile | Directory for the profile used by the PingData manage-profile tool |
4848
| UNBOUNDID_SKIP_START_PRECHECK_NODETACH | true | Setting this variable to true speeds up server startup time by skipping an unnecessary JVM check. |
4949
| CERTIFICATE_NICKNAME | | There is an additional certificate-based variable used to identity the certificate alias used within the `KEYSTORE_FILE`. That variable is called `CERTIFICATE_NICKNAME`, which identifies the certificate to use by the server in the `KEYSTORE_FILE`. If a value is not provided, the container will look at the list certs found in the `KEYSTORE_FILE` and if one - and only one - certificate is found of type `PrivateKeyEntry`, that alias will be used. |
50+
| COLUMNS | 120 | Sets the number of columns in PingAuthorize command-line tool output |
5051

5152
## Ports Exposed
5253

docs/docker-images/pingdatasync/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ this image.
4848
| PARALLEL_POD_MANAGEMENT_POLICY | false | Whether this container is running as a Pod in a Kubernetes StatefulSet, and that StatefulSet is using the Parallel podManagementPolicy. This property allows for starting up Pods in parallel to speed up the initial startup of PingDataSync topologies. This variable must be set to true when using the Parallel podManagementPolicy. Note: when using parallel startup, ensure the RETRY_TIMEOUT_SECONDS variable is large enough. The pods will be enabling replication simultaneously, so some pods will have to retry while waiting for others to complete. If the timeout is too low, a Pod may end up restarting unnecessarily. |
4949
| SKIP_WAIT_FOR_DNS | false | Set to true to skip the waiting for DNS step that is normally done just before attempting to join the topology. |
5050
| CERTIFICATE_NICKNAME | | There is an additional certificate-based variable used to identity the certificate alias used within the `KEYSTORE_FILE`. That variable is called `CERTIFICATE_NICKNAME`, which identifies the certificate to use by the server in the `KEYSTORE_FILE`. If a value is not provided, the container will look at the list certs found in the `KEYSTORE_FILE` and if one - and only one - certificate is found of type `PrivateKeyEntry`, that alias will be used. |
51+
| COLUMNS | 120 | Sets the number of columns in PingDataSync command-line tool output |
5152

5253
## Ports Exposed
5354

docs/docker-images/pingdirectory/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ this image.
5252
| PD_PROFILE | ${STAGING_DIR}/pd.profile | Directory for the profile used by the PingData manage-profile tool |
5353
| FIPS_MODE_ON | false | Turns on FIPS mode (currently with the Bouncy Castle FIPS provider) set to exactly "true" lowercase to turn on set to anything else to turn off |
5454
| FIPS_PROVIDER | BCFIPS | BCFIPS is the only provider currently supported -- do not edit |
55-
| PD_REBUILD_ON_RESTART | false | Force a rebuild (replace-profile) of a PingDirectoy on restart. Used when changes are made outside of the PD_PROFILE |
55+
| PD_REBUILD_ON_RESTART | false | Force a rebuild (replace-profile) of a PingDirectoy on restart. Used to ensure that the server configuration exactly matches the server profile. This variable will slow down startup times and should only be used when necessary. |
5656
| UNBOUNDID_SKIP_START_PRECHECK_NODETACH | true | Setting this variable to true speeds up server startup time by skipping an unnecessary JVM check. |
5757
| REPLICATION_BASE_DNS | | Base DNs to include when enabling replication, in addition to the always-included USER_BASE_DN. Multiple base DNs can be specified here, separated by a `;` character |
5858
| RESTRICTED_BASE_DNS | | Base DNs to set as --restricted when enabling replication. Multiple base DNs can be specified here, separated by a `;` character. See the product documentation for more information on how to configure entry balancing. |
5959
| PARALLEL_POD_MANAGEMENT_POLICY | false | Whether this container is running as a Pod in a Kubernetes StatefulSet, and that StatefulSet is using the Parallel podManagementPolicy. This property allows for starting up Pods in parallel to speed up the initial startup of PingDirectory topologies. This variable must be set to true when using the Parallel podManagementPolicy. Note: when using parallel startup, ensure the RETRY_TIMEOUT_SECONDS variable is large enough. The pods will be enabling replication simultaneously, so some pods will have to retry while waiting for others to complete. If the timeout is too low, a Pod may end up restarting unnecessarily. |
6060
| SKIP_WAIT_FOR_DNS | false | Set to true to skip the waiting for DNS step that is normally done just before attempting to join the topology. |
6161
| CERTIFICATE_NICKNAME | | There is an additional certificate-based variable used to identity the certificate alias used within the `KEYSTORE_FILE`. That variable is called `CERTIFICATE_NICKNAME`, which identifies the certificate to use by the server in the `KEYSTORE_FILE`. If a value is not provided, the container will look at the list certs found in the `KEYSTORE_FILE` and if one - and only one - certificate is found of type `PrivateKeyEntry`, that alias will be used. |
6262
| PD_FORCE_DATA_REIMPORT | false | Set to true to force PingDirectory to export and re-import its backend data on restart. Note that this process can take a long time for large backends. |
63+
| COLUMNS | 120 | Sets the number of columns in PingDirectory command-line tool output |
6364

6465
## Ports Exposed
6566

docs/docker-images/pingdirectoryproxy/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ this image.
5050
| PINGDIRECTORY_HOSTNAME | | Set this variable to configure Proxy for automatic backend discovery with PingDirectory hostname JOIN_PD_TOPOLOGY must be enabled for PINGDIRECTORY_HOSTNAME to take effect |
5151
| PINGDIRECTORY_LDAPS_PORT | | Set this variable to configure Proxy for automatic backend discovery with PingDirectory LDAPS port JOIN_PD_TOPOLOGY must be enabled for PINGDIRECTORY_LDAPS_PORT to take effect |
5252
| JOIN_PD_TOPOLOGY | false | Setting this variable to true will configure proxy to join the topology of PingDirectory |
53+
| COLUMNS | 120 | Sets the number of columns in PingDirectoryProxy command-line tool output |
5354

5455
## Ports Exposed
5556

0 commit comments

Comments
 (0)