Skip to content

Commit 75674a1

Browse files
updated from docker-builds
1 parent 5b01bb4 commit 75674a1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/docker-images/pingdirectory/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ this image.
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+
| LOAD_BALANCING_ALGORITHM_NAMES | | The load-balancing algorithm names to set for this server instance. This variable is only needed when enabling automatic server discovery with PingDirectoryProxy. Multiple algorithms can be specified here, separated by a `;` character |
6364
| COLUMNS | 120 | Sets the number of columns in PingDirectory command-line tool output |
6465

6566
## Ports Exposed

docs/docker-images/pingdirectoryproxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ this image.
4747
| UNBOUNDID_SKIP_START_PRECHECK_NODETACH | true | Setting this variable to true speeds up server startup time by skipping an unnecessary JVM check. |
4848
| 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. |
4949
| RETRY_TIMEOUT_SECONDS | 180 | The default retry timeout in seconds for manage-topology and remove-defunct-server |
50-
| 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 |
51-
| 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 |
50+
| PINGDIRECTORY_HOSTNAME | | Set this variable to configure Proxy for automatic server discovery with PingDirectory hostname JOIN_PD_TOPOLOGY must be enabled for PINGDIRECTORY_HOSTNAME to take effect |
51+
| PINGDIRECTORY_LDAPS_PORT | | Set this variable to configure Proxy for automatic server 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 |
5353
| COLUMNS | 120 | Sets the number of columns in PingDirectoryProxy command-line tool output |
5454

docs/docker-images/pingdirectoryproxy/hooks/80-post-start.sh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Ping Identity DevOps `pingdirectoryproxy` Hook - `80-post-start.sh`
44

55
# Ping Identity DevOps `pingdirectoryproxy` Hook - `80-post-start.sh`
66
This script is mostly the same as the 80-post-start.sh hook in the
7-
* Enabling PingDirectoryProxy Backend Discovery
7+
* Enabling PingDirectoryProxy Automatic Server Discovery
88

99
---
1010
This document is auto-generated from _[pingdirectoryproxy/opt/staging/hooks/80-post-start.sh](https://github.com/pingidentity/pingidentity-docker-builds/blob/master/pingdirectoryproxy/opt/staging/hooks/80-post-start.sh)_

0 commit comments

Comments
 (0)