Skip to content

Releases: Cloud-Foundations/keymaster

v1.15.5

29 Oct 16:44
da254f5
Compare
Choose a tag to compare

What's Changed

  • Prepare fo ECDSA and Ed25519 x509 certfificates.
  • simplicicaiton generation of ca, enhance test to ensure stable subject by @cviecco in #236
  • keymaster: enable round-robin dialer by default. by @rgooch in #91
  • Increase webauthn code coverage by @cviecco in #230
  • Fix client retry on good token by @cviecco in #240
  • Migrate away from square jwt to communuty jwt, including api changes by @cviecco in #243
  • Fix ssh key when writing to disk by @cviecco in #246
  • go depenency updates

Minor enhancements

03 Jun 14:32
efb227d
Compare
Choose a tag to compare

User facing changes:

  • Change client RSA key size to 3072

developer/ deployment changes

  1. Version is now only specified on the makefile (specfile is a template)
  2. New API call for external consumption
  3. Test coverage enhacements

Server fix for broken packaging

18 Apr 22:11
41be3fa
Compare
Choose a tag to compare
  • fixes package build side issue

Enhances ssh custom extensions and bugfixes

15 Apr 16:56
64a5530
Compare
Choose a tag to compare

Enhancements:

  • ssh attributes now can use defined using posix extensions (useful for github name transformations)
  • client is more slient by default
  • update jquery to latest (3.7.1)
  • generic golang depenency updates

Fixes:

  • Client: Fix webauthn on linux. Now works out of the box (1.15.1)
  • Client: Bug on respecting $HOME environment variable directory for some operations (1.15.1)
  • Client: Fix on fallback when fido2 keys not present.
  • generic golang depenency updates

Minor Enhancements and fixes

30 Oct 22:25
f8542f4
Compare
Choose a tag to compare

New:

  • Added ability to require agent confirmation, enabled by setting in config file only

Bugfixes:

  • Client: Allow missing u2f devices to fallback on to other 2fa methods (broken when using new webauthn hostlib)
  • Minor updates for october dependencies

Depencency updates

22 Aug 16:39
6ea70d3
Compare
Choose a tag to compare
v1.13.4

updating deps, initialize migration our of duo-labs (#200)

Cli Webauthn (MacOS and Windows)

20 Jun 22:21
b53b689
Compare
Choose a tag to compare
  • Added compabilitu for webauthn for MacOS and Windows cli.
  • Fixed issue with duplicate credentials registered in OKTA

Other fixes (from previous changes not released):

  • Fixed JWKS ul on Ed25519 public keys
  • Added Service Methods for smallstack compatibilty

Generic ssh extensions

13 Feb 08:24
678d2a0
Compare
Choose a tag to compare

Added the abiliity for keymasterd to add generic ssh extensions. With the primary goal to genertate github enterprise roles.

Dependency updates and minor fixes

18 Nov 17:04
57f4eca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.2

FIDOv2 at al

12 Sep 08:00
f3c77f7
Compare
Choose a tag to compare
  • Add cache control for static files.
  • Add global rate limit for password attempts.
  • Use Origin header in preference to Referer.
  • Add FIDOv2 protocol support for token registration and web authentication.
  • Refactor AWS role certificate support into a package.
  • Small documentation improvements.
  • Other bugfixes.