Logging sensitive env vars
At startup time Radicle CI Broker prints all the loaded configuration from the input configuration file (‘env’ field). This configuration might contain sensitive information that we don’t want them to be exposed publicly to anyone.
it would be better if the broker didn’t log the loaded Config or even better provide a sensitive_env field to the config that gets logged with the values replaced with <REDACTED> or some other such value.