Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@gaqzi gaqzi released this 26 Oct 15:18
· 8 commits to master since this release

Added

  • encryption support for configuration values

    Keys ending in _encrypted will be decrypted using the encryption module
    encryption_module. This was added as a requirement from a client where
    the password may not be stored in plain text, but it is fine to have it
    stored on the same computer. The default Caesar module is not
    recommended for production use.

    For a module with a better encryption see gocd-cli.encryption.blowfish.

  • settings decrypt/encrypt

    Decrypts/encrypts string or settings in the settings file.

    Note does not store changes in the settings file.