Skip to content

Releases: signmykeyio/signmykey

0.1.1

19 Aug 19:26
ad62f20
Compare
Choose a tag to compare

BUG FIXES:

  • server:
    • fix dev mode #30

0.1.0

19 Aug 19:14
1a63920
Compare
Choose a tag to compare

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