Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Nagel <micah.nagel@gmail.com>
  • Loading branch information
jeff-mccoy and mjnagel authored Feb 28, 2024
1 parent a87970f commit 47e0d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ This repo builds the UDS Identity (keycloak) 0.1.0s used by UDS Identity. In thi
- `src/Dockerfile` - The Dockerfile used to build the image, `CA_ZIP_URL` and `CA_REGEX_EXCLUSION_FILTER` builds args control the Trust Store
- `src/plugin` - A custom Keycloak plugin to add x509 certificate auto-enrollment
- `src/theme` - A custom Keycloak theme for the login, registration, and account management pages
- `src/truststore` - A script to pull CA certs into a truststore, using the docker build ARGs for `CA_ZIP_URL` (remote URL to a zip file with CA certs) and `CA_REGEX_EXCLUSION_FILTER` (regex for certs to exclude)
- `src/realm.json` - The UDS Identity realm configuration used by Keycloak on startup (if the realm doesn't exist)

0 comments on commit 47e0d1a

Please sign in to comment.