Skip to main content

Fire Arrow 2.0.3

· One min read

Fire Arrow 2.0.3 has been released.

  • (improvement) Don't force configuration parameters to be passed as environment variables
  • (improvement) Enable entire configuration file to be passed as environment variable

The Dockerfile in versions up to 2.0.2 forced several parameters with confidential data (such as connection strings) to be passed via environment variables. This could cause that data to not be recognized if it was injected via config.json, which would be confusing to debug. The new Dockerfile allows all parameters from config.json to be passed through.

Another enhancement to the configuration system now enables the entire content of config.json to be passed via the environment variable FIRE_ARROW_CONFIG. This is helpful if the original container is used unchanged and configuration is injected entirely from the outside.