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.26.0

14 Mar 04:17
bbd8d1e
Compare
Choose a tag to compare
  • Add additional dimensions to SignalFx metrics reporter to enable canary analysis of CMS deployments.

v3.25.8

12 Mar 20:37
ceeed79
Compare
Choose a tag to compare

Convert STS assumed-role ARN to IAM role ARN before creating AwsIamRoleRecord with it

v3.25.7

08 Mar 01:06
0c3539b
Compare
Choose a tag to compare

Enable audit logging for sts auth failures

v3.25.6

05 Mar 20:08
077acd0
Compare
Choose a tag to compare

Limit max age of database connection to handle RDS failover better

v3.25.5

08 Feb 22:58
14b63ac
Compare
Choose a tag to compare
  • Fixed bug where there could be duplicate SDB name slugs.
  • Fixed bug where SDB id wasn't being used when manipulating secure data, so data could be un-intentionally deleted or read if an SDB was created outside the dashboard.

v3.25.4

25 Jan 23:49
be04fe5
Compare
Choose a tag to compare
  • Added an additional method of retrieving the hostname in the Logback config so that it is not null in Ubuntu 16.04

v3.25.3

25 Jan 22:41
5da3959
Compare
Choose a tag to compare
  • Fixes bug when restoring data that is potentially created before we removed whitespace from the db via an upgrade script.

v3.25.3-RC

25 Jan 01:02
Compare
Choose a tag to compare
v3.25.3-RC Pre-release
Pre-release
  • Fixes bug when restoring data that is potentially created before we removed whitespace from the db via an upgrade script.

v3.25.2

09 Jan 21:11
f5c1ec9
Compare
Choose a tag to compare
  • Fix issue where removing an assumed-role's SDB permissions will make the assumed-role lose access to the SDB even if the base IAM role has permissions
  • Fix issue where an assumed-role doesn't inherit base IAM role's admin privileges
  • Fix STS auth API doc and API error message

v3.25.1

27 Sep 22:15
baccaf3
Compare
Choose a tag to compare
  • Separated ApiExceptions from other exception types in the OKTA Auth Connector so that they may be caught and re-thrown as they are configured to have context through back stopper already.