Skip to content

Releases: sil-org/terraform-aws-idp

14.5.0 - add id-broker heartbeat_url

23 Feb 08:50
a904a72

Choose a tag to compare

What's Changed

Full Changelog: 14.4.1...14.5.0

14.4.1 - simplify README docs

23 Feb 08:45
6d5266f

Choose a tag to compare

What's Changed

  • replace input and output descriptions with Terraform links by @briskt in #330

Full Changelog: 14.4.0...14.4.1

14.4.0 - use IAM Role for s3-to-b2 sync

30 Jan 02:30
dff4404

Choose a tag to compare

Changed

  • Changed the authentication for the s3-to-b2 sync process to use IAM Roles rather than static tokens.

What's Changed

  • update sync-s3-to-b2 module to use task profile rather than static keys by @briskt in #328

Full Changelog: 14.3.2...14.4.0

14.3.2 - fix a problem created in version 14.3.1

28 Jan 08:04
e5a4927

Choose a tag to compare

What's Changed

  • Move Cloudflare security group safely by @briskt in #329

Full Changelog: 14.3.1...14.3.2

14.3.1 - minor maintenance

28 Jan 06:26
1b3c587

Choose a tag to compare

What's Changed

  • Update idp-id-sync version to 6 by @briskt in #325
  • Increase the idp-pw-api version to 9 as written in the README by @briskt in #326
  • Remove modules defined in terraform-modules repo by @briskt in #327

Full Changelog: 14.3.0...14.3.1

14.3.0 - add s3_bucket_force_destroy variable to db-backup module

04 Dec 08:56
b1650a5

Choose a tag to compare

What's Changed

  • add variable s3_bucket_force_destroy to db-backup module by @briskt in #324

Full Changelog: 14.2.2...14.3.0

14.2.2 - Added the public access block

12 Nov 14:52
af85036

Choose a tag to compare

What's Changed

  • Added the public access block to the S3 bucket configuration by @Praveenraj-K in #323

Full Changelog: 14.2.1...14.2.2

14.2.1 - revert container port change from version 14.1.2

07 Nov 04:18
c5b513c

Choose a tag to compare

What's Changed

  • Release 14.2.1 - Revert port change of version 14.1.2 by @briskt in #322

Full Changelog: 14.2.0...14.2.1

14.2.0 - database ARN and S3 backup bucket flexibility

04 Nov 01:48
2b474e3

Choose a tag to compare

Added

  • Added a database ARN variable that can be assigned from an output of the database module. The database ARN defaults to the original calculated value for backward compatibility. The problem with the calculated value is that it assumes aws_env is identical in the database and backup modules.
  • Added a S3 backup bucket name variable so an existing bucket can be retained across maintenance operations such as idp_name or app_env changes. The bucket name defaults to the original calculated value for backward compatibility.

What's Changed

  • Release 14.2.0 - database ARN and S3 backup bucket flexibility by @briskt in #321

Full Changelog: 14.1.2...14.2.0

14.1.2 - open both ports 80 and 443 on containers

31 Oct 05:47
0dce2bc

Choose a tag to compare

What's Changed

  • Changed docker-compose to docker compose by @mtompset in #317
  • remove outdated docker compose environment by @briskt in #318
  • update README to reflect idp-pw-api version 8 is latest by @briskt in #319
  • change the container definitions to listen on both 80 and 443 by @briskt in #320

New Contributors

Full Changelog: 14.1.1...14.1.2