Skip to content

Commit 81efbe7

Browse files
updated from docker-builds
1 parent 1f32dde commit 81efbe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docker-images/pingaccess/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ this image.
3030
| LICENSE_FILE_NAME | pingaccess.lic | Name of license file |
3131
| LICENSE_SHORT_NAME | PA | Short name used when retrieving license from License Server |
3232
| LICENSE_VERSION | ${LICENSE_VERSION} | Version used when retrieving license from License Server |
33-
| PA_ADMIN_PASSWORD | ${INITIAL_ADMIN_PASSWORD} | |
3433
| OPERATIONAL_MODE | STANDALONE | |
35-
| PA_ADMIN_PASSWORD_INITIAL | 2Access | Change **non-default** password at startup by including this and PING_IDENTITY_PASSWORD |
34+
| PA_ADMIN_PASSWORD_INITIAL | 2Access | |
35+
| PING_IDENTITY_PASSWORD | 2FederateM0re | Specify a password for administrator user for interaction with admin API |
3636
| STARTUP_COMMAND | ${SERVER_ROOT_DIR}/bin/run.sh | The command that the entrypoint will execute in the foreground to instantiate the container |
3737
| TAIL_LOG_FILES | ${SERVER_ROOT_DIR}/log/pingaccess.log | Files tailed once container has started |
3838
| PA_ADMIN_PORT | 9000 | |
@@ -42,7 +42,6 @@ this image.
4242
| SHOW_LIBS_VER_PRE_PATCH | false | Defines a variable to allow showing library version prior to patches being applied default to false This is helpful to ensure that the patch process updates all libraries affected |
4343
| PA_ENGINE_PORT | 3000 | |
4444
| ADMIN_WAITFOR_TIMEOUT | 300 | wait-for timeout for 80-post-start.sh hook script How long to wait for the PA Admin console to be available |
45-
| PING_IDENTITY_PASSWORD | ${PA_ADMIN_PASSWORD} | Specify a password for administrator user for interaction with admin API |
4645

4746
## Ports Exposed
4847

docs/docker-images/pingfederate/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ this image.
3030
| LICENSE_SHORT_NAME | PF | Short name used when retrieving license from License Server |
3131
| LICENSE_VERSION | ${LICENSE_VERSION} | Version used when retrieving license from License Server |
3232
| STARTUP_COMMAND | ${SERVER_ROOT_DIR}/bin/run.sh | The command that the entrypoint will execute in the foreground to instantiate the container |
33+
| PING_IDENTITY_PASSWORD | 2FederateM0re | Specify a password for administrator user for interaction with admin API |
3334
| TAIL_LOG_FILES | ${SERVER_ROOT_DIR}/log/server.log | Files tailed once container has started |
3435
| PF_LOG_SIZE_MAX | 10000 KB | Defines the log file size max for ALL appenders |
3536
| PF_LOG_NUMBER | 2 | Defines the maximum of log files to retain upon rotation |

0 commit comments

Comments
 (0)