Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

49 lines (39 loc) · 1.54 KB

0.2.1 (September 7th, 2018)

IMPROVEMENTS:

  • Add cross-compile to Makefile and Travis

0.2.0 (September 6th, 2018)

DEPRECATIONS/CHANGES:

  • upgrade from Go 1.10 to 1.11
  • client:
    • adding "SMK" prefix to env vars to avoid collision with existing OS vars #34
  • server:
    • LDAP Principals
      • ldapBase and ldapSearch params are replaced by "ldapUserBase" and "ldapUserSearch" #36
      • new "ldapGroupBase" and "ldapGroupSearch" params are required to search user groups #36

FEATURES:

  • server:
    • force TLS to 1.2 with strong ciphers #32
    • LDAP Principals: support custom group search filter and case modification #36
  • client:
    • display certificate principals and expiration on successful request #35

0.1.1 (August 19th, 2018)

BUG FIXES:

  • server:
    • fix dev mode #30

0.1.0 (August 19th, 2018)

DEPRECATIONS/CHANGES:

  • server:
    • all config keys are now camelCase instead of snake-case
    • default listening port is now 9600 instead of 8080 #14
    • local principals usermap is now under "users" subkey #27

FEATURES:

  • add documentation at https://signmykey.io/
  • server:
    • Local Signer: new backend to able to sign SSH keys without Hashicorp Vault #11
    • Local Authenticator: new backend to able to Authenticate users without LDAP #12
    • Dev mode: add a dev/demo in-memory mode to start signmykey server without config #15
    • RPM: add rpm package creation in Makefile #26

IMPROVEMENTS:

  • server:
    • enable HTTPS support to expose signmykey API
    • add timeout on ldap and vault connections