Skip to content

Commit

Permalink
Add a note to the README that idp and ldap are for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Sep 11, 2024
1 parent fcb8569 commit 4b6ed46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b6ed46

Please sign in to comment.