dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
327 stars 50 forks source link

use envvars as default config options and add custom command parts #143

Closed dasniko closed 2 months ago

dasniko commented 2 months ago

see #140

Do all internal/default configuration via environment variables instead of cli options and add a method to use custom command line args. So it becomes possible that developers can override internal config settings.

Using custom command line args may be risky and may break the proper functionality of the container, but gives experienced developers more flexibility and power over their environment.

The new method is called .withCustomCommand(String cmd).