Skip to content

Releases: aws-samples/cloudfront-authorization-at-edge

v2.1.4

15 Aug 14:53
e56df6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

11 Aug 11:44
0bd6b87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

11 Aug 08:28
0b012fc
Compare
Choose a tag to compare

What's Changed

  • Bump node-forge from 1.2.1 to 1.3.0 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #193
  • Bump plist from 3.0.4 to 3.0.5 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #194
  • Bump minimist from 1.2.5 to 1.2.6 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #195
  • Bump ansi-regex from 4.1.0 to 4.1.1 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #196
  • Bump simple-plist from 1.3.0 to 1.3.1 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #200
  • Bump ejs from 3.1.6 to 3.1.8 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #201
  • Bump async from 2.6.3 to 2.6.4 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #202
  • Bump terser from 5.10.0 to 5.14.2 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #204
  • Bump terser from 5.10.0 to 5.14.2 by @dependabot in #203
  • fix: Append other cookie properties when expiring cookies by @peter-at-work in #207
  • Updated dependencies by @ottokruse in #208
  • Add lambda:TagResource permission by @ottokruse in #209
  • Validate redirect path by @ottokruse in #210
  • v2.1.2 by @ottokruse in #211

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 Aug 08:28
698d8b8
Compare
Choose a tag to compare

What's Changed

  • Bump follow-redirects from 1.14.7 to 1.14.8 in /src/cfn-custom-resources/react-app/react-app by @dependabot in #186
  • Support using pre-existing user pool in another AWS account by @ottokruse in #191

Full Changelog: v2.1.0...v2.1.1

v2.1.0

08 Feb 13:56
4f5ebc1
Compare
Choose a tag to compare
  • Cookies are host-only by default
  • In static site mode, the refresh token is set to the refresh path, so it isn't send to other paths (more secure and more performant)
  • Refreshing of tokens is no longer performed ahead of time, but rather now "lazily" when needed

v2.0.19

03 Feb 09:01
8b61156
Compare
Choose a tag to compare

Updated dependencies

v2.0.18

25 Jan 12:05
08dc009
Compare
Choose a tag to compare

Updated dependencies

v2.0.17

13 Dec 08:33
ae3883f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.16...v2.0.17

v2.0.16

24 Nov 11:07
c8a6cd3
Compare
Choose a tag to compare

Fixed: #144 - When bringing a pre-existing user pool, in certain cases, an error was thrown while updating the user pool client. This is now fixed.

Full Changelog: v2.0.15...v2.0.16

v2.0.15

22 Nov 15:13
41ff061
Compare
Choose a tag to compare

Added support for (all in #166):

  • Use a pre-existing S3 bucket (this e.g. skips creation of the sample React app)
  • Use a custom origin (e.g. non S3). Also included are parameters with which you can set a custom secret header that is sent along with each request to your custom origin, that your custom origin can check for to make sure the request comes from your CloudFront distribution.
  • Use a pre-existing WAF Web ACL
  • Use a pre-existing S3 bucket to store CloudFront access logs
  • Ability to specify the DefaultRootObject (previously this would always be set to index.html)

Note: these things were possible before, if you choose to set CreateCloudFrontDistribution to false. Now they are also possible in the "easy" path, when you set CreateCloudFrontDistribution to true, i.e. with the in-built CloudFront distribution.

Fixed:

  • Errors, when logged, were logged as {} in CloudWatch (#164), but are now properly formatted.