Skip to content

Releases: Symantec/keymaster

v 1.7.0 Client side enhancements and inital okta support

22 Oct 18:29
cab04b7
Compare
Choose a tag to compare

Features:

  • Added Okta pblic interface for password checks (keymasterd)
  • Client now connects to keymaster servers before asking for credentials
  • Updated travis to use go 1.13.x
  • New release build on go 1.13.3

Bug Fixes:

  • Minor UI typos/consistency.
  • Removed GoConver due to issues with newer golang compiler

v 1.6.2 Dependency updates

03 Sep 20:42
c327033
Compare
Choose a tag to compare

Features:

  • Added Favicon
  • Update jquery to 3.4.1

Bugs

  • Allow Firefox 7x series for U2F

v 1.6.0 normalization of usernames

17 Jul 16:52
e95c8d3
Compare
Choose a tag to compare

Features:

  • Adds an option to normalize usernames to lowercase by default (to match most common ldap config).
  • Adds an option to allow VIP push acceptance from the notification

Fixes:

  • release fix. Addresses issue with upstream prometheus client library

v 1.5.1 Initial alpha support for service accounts

09 May 20:17
6cca860
Compare
Choose a tag to compare

Features

  • Added Initial support for service account by using certificates with ip restrictions and users within a specific ldap group
  • Added support for Group information via openic in a manner similar to OKTA for integration with hashicorp vault
  • Added opt-in support for a smarter round-robin Dialer for for clients

Bugs Fixed

  • Support for both RFC2307bis and RFC2307 groups when quering user groups

v 1.4.12 Usability/Bug Fixes

05 Mar 23:34
2455ab6
Compare
Choose a tag to compare

Features

  • Added Access logs

Bugs

  • keymasted termineted on certain cases of DB connection instability
  • VIP OTP only users could get unstable connections when using multiple keymasters with rr-dns HA (the recommended solution).
  • Timeout for client was too short preventing rr-dns HA on certain cases.

v 1.4.9 Security updates/windows fixes

05 Dec 23:32
9f146d4
Compare
Choose a tag to compare

Security Fixes:

  • Logs are no longer public by default, still viewable with admin cert

Features:

  • Added new group membership config for x509 certs
  • Updated travis to use go 1.10.3

Bugs:

  • Fixed regression on getting certs for users without new groups, introduced on 1.4.7

v1.4.6: Merge pull request #163 from cviecco/upping-version-to-1.4.6

10 Oct 22:52
f577e26
Compare
Choose a tag to compare

Security Fixes:

  • Fixed potential XSS on admin port (thanks to rthijssen)

Features

  • HTTP 2.0 Enabling
  • EventMon: higher resolution and crude health dashboard
  • Update Symantec VIP library to point to new URLs

Bugs

  • Move VIP to new endpoint
  • Several Typos

v1.4.3: Merge pull request #147 from cviecco/enhance-error-logs-bad-connectio…

10 May 23:15
81528a4
Compare
Choose a tag to compare
  • Added VIP push support for keymaster client
  • Adding admin groups via ldap
  • Dashboard adding keymaster status
  • Enhanced server logging of Symantec VIP events
  • Fixed some information leaks reported by ryanwsmith

Rolled update

09 Mar 22:11
a932702
Compare
Choose a tag to compare

Lots of features:

  1. Caching of Token DB
  2. Event monitoring (certificate generation, login types, oauth2 logins)
  3. Initial admin console (admin users)
  4. OpenidConnect IDP provider

v0.6.1: Merge pull request #115 from cviecco/tagging-version-0.6.1

06 Nov 22:11
87753b6
Compare
Choose a tag to compare

Modifying auth cookies for JWT
Initial addition of manager abilities (to manager other users tokens)
Addition of some and DoS protections
Updated client to use CookieJar