Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: Nike-Inc/cerberus

v3.25.0

26 Sep 23:47
45316ac
Compare
Choose a tag to compare

Added text changes when MFA button is clicked

v3.24.0

26 Sep 16:56
6236c36
Compare
Choose a tag to compare
  • Added SMS, and Call factor types as supported MFA devices for the OKTA auth connector.

v3.23.0

04 Sep 22:47
2d70260
Compare
Choose a tag to compare
  • Made the STS auth endpoint derive the region from the request and use that STS region rather than locking to global aka us-east-1.

v3.22.1

24 Aug 19:35
0835a17
Compare
Choose a tag to compare
  • Added human readable factor names for Okta MFA Authentication
  • Filtered verification methods in the Okta Auth Connector to only show supported ones which are Okta Verify and Google Authenticator

v3.22.0

16 Aug 16:44
0c2ada7
Compare
Choose a tag to compare
  • Added Orphaned KMS Cleanup job.

v3.21.0

13 Aug 21:49
076f0ad
Compare
Choose a tag to compare

add v2 authentication endpoint that accepts a signed AWS STS get-caller-identity request and returns an unencrypted payload containing the access token

v3.20.0

02 Aug 19:22
Compare
Choose a tag to compare

Allows users to grant permission to an entire AWS account for their SDBs by giving permissions to arn:aws:iam::<account_id>:root

v3.19.0

12 Jul 21:27
d6d9419
Compare
Choose a tag to compare

Adds a config property to enable/disable case-sensitivity for user group permission checks

v3.18.2

10 Jul 20:40
4600d8f
Compare
Choose a tag to compare
  • Refactored Job Coordinator Service to be Distributed Lock Service to better reflect what it does.
  • Made the Distributed Lock Service manage the locks in a single transaction via spawning threads for each named lock and managing the transaction manually rather than through the annotation which didn't seem to work properly.
  • Added logic to count events around lock acquisition and releases via the MetricService
  • Fixed bug in MetricService that assumed null safety, but can in fact be provided null from the Guice module.
  • Fixed bug in Lock Dao / Mapper, mysql can return null, 0, or 1. So an Integer rather than an int needs to be used.

v3.18.1

27 Jun 21:08
ffb442e
Compare
Choose a tag to compare
  • No longer require token refresh on SDB creation, etc.