Releases: silinternational/idp-in-a-box
Releases · silinternational/idp-in-a-box
Increase log retention
add AWS Backup option
Added
- Added AWS Backup configuration, disabled by default.
db-backup maintenance
Added
- New input and output
event_schedule
to replacecron_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 ofevent_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
Fixed
- Replace deprecated
body
attribute withresponse_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
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
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
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
andenv_id
variables on id-broker, replaced byappconfig_app_id
andappconfig_env_id
Fix database module
Fixed
- Added back the db-users.sql file that was accidentally deleted in 12.4.0
Add heartbeat monitoring config
Added
- Added
HEARTBEAT_URL
andHEARTBEAT_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
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