From 4b6ed46791d14315dc91ae1f9b14cfad898a5c47 Mon Sep 17 00:00:00 2001 From: Mark Patton Date: Tue, 10 Sep 2024 09:40:21 -0400 Subject: [PATCH] Add a note to the README that idp and ldap are for testing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d8d43e0..3d02d98 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,15 @@ Separately there is a non-container environment variable `IDP_INTERNAL_PORT` whi The default is 8080. This can be used to make 9080 support https by setting it to 4443 in the docker compose environment. One way to do this is by adding `IDP_INTERNAL_PORT=4443` to the docker compose command. Note that `-e` should not be used because it is for container environment variables. +This service is intended for testing only. ### `ldap` This service runs the 389 Directory Server which is a LDAP server. It is used by the IDP as a source of information on users. The users in ` ldap/pass.ldif` are loaded on startup. +This service is intended for testing only. + ### [`pass-core`](https://github.com/eclipse-pass/pass-core) Repository: https://github.com/eclipse-pass/pass-core