Skip to content

Releases: silinternational/idp-in-a-box

Increase log retention

28 Aug 06:15
0be646e
Compare
Choose a tag to compare

ITSE-999 Increase Cloudwatch Log retention


Added

  • Added a new input to set Cloudwatch log rentention

add AWS Backup option

27 Aug 13:29
7b06514
Compare
Choose a tag to compare

Added

  • Added AWS Backup configuration, disabled by default.

db-backup maintenance

08 Aug 03:37
5f7c6ec
Compare
Choose a tag to compare

Added

  • New input and output event_schedule to replace cron_schedule.

Changed (non-breaking)

  • Removed unused (reference) environment variables from db-backup task definition. Prior to this change, when cron_schedule changed, it forced an unnecessary change in the task definition.
  • Deprecated cron_schedule and recommend use of event_schedule instead. Changing for consistency and clarity. A "cron-type" schedule is only one of two types of event schedules.

Remove deprecated http body attribute

15 Jul 19:24
075cd4d
Compare
Choose a tag to compare

Fixed

  • Replace deprecated body attribute with response_body in http data source.
  • Removed extraneous comma in PASSWORD_RULE_minScore variable name.
  • Removed duplicated AWS_REGION variable in 031-email-service task definition.

Change RDS CA Cert Identifier

10 Jul 13:33
8ca4236
Compare
Choose a tag to compare

Changed

  • Changed default CA Cert Identifier for RDS. This is not a breaking change because all RDS connections are not using HTTPS (all connections are internal to the VPC).

fix id-broker cron task not running when AppConfig is enabled

31 May 01:13
5dca0e9
Compare
Choose a tag to compare

Fixed

  • Fixed id-broker cron task failing to get AppConfig data. Added the task role to the cron task definition.

expanded use of AWS AppConfig

09 Apr 22:43
5bc2108
Compare
Choose a tag to compare

Added

  • Added AppConfig to pw-manager, ssp, and id-sync
  • New module ecs-role for creating an ECS Assume Role, used by each ECS service or task

Changed

  • Deprecated app_id and env_id variables on id-broker, replaced by appconfig_app_id and appconfig_env_id

Fix database module

18 Mar 19:45
8ffdae3
Compare
Choose a tag to compare

Fixed

  • Added back the db-users.sql file that was accidentally deleted in 12.4.0

Add heartbeat monitoring config

12 Mar 17:02
4dd5e12
Compare
Choose a tag to compare

Added

  • Added HEARTBEAT_URL and HEARTBEAT_METHOD variables to id-sync module. These can be used to notify a monitoring service on each successful sync run.

add AppConfig configuration to id-broker module

11 Mar 22:54
45b1188
Compare
Choose a tag to compare

Added

  • Added optional management of AppConfig application and environment in 000-core
  • Added optional management of AppConfig configuration profile and ECS assume role in 040-id-broker