Skip to content

Commit

Permalink
Operator's guides: Clarify that options need to be baked in the custo…
Browse files Browse the repository at this point in the history
…m image to make the feature available

Closes: keycloak#32717

Signed-off-by: Peter Zaoral <[email protected]>
  • Loading branch information
Pepo48 committed Sep 24, 2024
1 parent 4e23b45 commit 8b87655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/operator/customizing-keycloak.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ When using the default {project_name} image, the server will perform a costly re
To avoid this delay, you can provide a custom image with the augmentation built-in from the build time of the image.

With a custom image, you can also specify the Keycloak _build-time_ configurations and extensions during the build of the container.
Options like `health-enabled` and `metrics-enabled` are good examples of why this is sometimes necessary. By default, these options are disabled. To make these endpoints available, you can either use the `ENV` instruction in the Containerfile or specify them as parameters of the {project_name}'s `build` command.

For instructions on how to build such an image, see <@links.server id="containers"/>.

Expand Down

0 comments on commit 8b87655

Please sign in to comment.