Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Docker: only run --generate-keys when generating config on-the-fly. #5562

Merged
merged 8 commits into from
Jun 27, 2019

Commits on Jun 25, 2019

  1. Factor out "generate_config_from_template"

    ... and inline generate_secrets
    richvdh committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    a52e1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fddb7 View commit details
    Browse the repository at this point in the history
  3. Add a main() function

    richvdh committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    3f24e4d View commit details
    Browse the repository at this point in the history
  4. isort

    richvdh committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5375c3a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. changelog

    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    043ab6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1732bb View commit details
    Browse the repository at this point in the history
  3. Docker: only run --generate-keys when generating config on-the-fly.

    We don't want to generate any missing configs when running from a precanned
    config.
    
    (There's a strong argument that we don't want to do this at all, since
    generating a new signing key on each invocation sounds disasterous, but I don't
    fancy unpicking that for now.)
    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a5fba9c View commit details
    Browse the repository at this point in the history
  4. changelog

    richvdh committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7c45347 View commit details
    Browse the repository at this point in the history