Skip to content

v4.0.0

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 26 Nov 22:43
c91af9b

Version Number

4.0.0-241

New Features

  • US969005: Password lookup support
    Improved the security of the database password by looking it up internally rather than it
    being passed as a parameter.

Breaking Changes

  • US969005: The db.pass argument has been replaced by db.secretKeys.
    • This program now expects to be passed secret keys rather than a secret value.
    • For example, pass db.secretKeys CAF_SERVICE_DATABASE_PASSWORD instead of db.pass P@ssw0rd. The program will then look up the actual
      secret using the key. If multiple secret keys are passed (db.secretKeys CAF_SERVICE_DATABASE_PASSWORD,CAF_DATABASE_PASSWORD), the
      first non-empty secret value will be used to access the database.
    • This change prevents secrets being exposed when calling this program.

Known Issues

  • None

Release Artifacts

Maven