Skip to content

3005_1

Compare
Choose a tag to compare
@cdalvaro cdalvaro released this 21 Sep 18:00
· 202 commits to main since this release
cfcefc4

The following changes are only related with the docker image.
Please refer to the Salt 3005 Release Notes for the full list of changes.

  • Add support for setting the salt-master keys via Docker secrets using the environment variables:
    • SALT_MASTER_KEY_FILE: The path to the master-key-pair {pem,pub} files without suffixes.
    • SALT_MASTER_SIGN_KEY_FILE: The path to the signing-key-pair {pem,pub} without suffixes.
    • SALT_MASTER_PUBKEY_SIGNATURE_FILE: The path of the salt-master public key file with the pre-calculated
      signature.
  • Add support for setting the salt-api user's password via Docker secrets using the environment
    variable SALT_API_USER_PASS_FILE.
    • Note: Has priority over SALT_API_USER_PASS.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005_1