mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
108 stars 22 forks source link

Docker image prints all env vars #25

Closed mgerhardy closed 3 years ago

mgerhardy commented 3 years ago

I'm using your docker image in a kubernetes environment as a job. And I've noticed that you print all env vars in either the docker container or in your application. This will put all env vars mounted from secrets into potentially public logs.

It would be cool if you could make this configurable or disable it.

klg71 commented 3 years ago

Hello @mgerhardy thanks for opening this issue :)

I plan to deactivate the env printing completly. and add an env_parameter ("PRINT_ARGUMENTS") to optionally print the arguments supplied to the keycloakmigration.jar.

klg71 commented 3 years ago

Released with version 0.1.61 would you please verify @mgerhardy :)