dasniko / testcontainers-keycloak

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

rewrite cli options as envvars and add option to add custom cli arguments #140

Closed dasniko closed 2 months ago

dasniko commented 2 months ago

Description

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.