Skip to content

Releases: telia-oss/terraform-aws-internet-facing-environment

v2.0.0

03 May 08:08
8229ab4
Compare
Choose a tag to compare

Terraform is upgraded to new major version, so this module will also have a new major version.

What's Changed

Full Changelog: v1.0.2...v2.0.0

v1.0.2

28 Mar 09:13
047569d
Compare
Choose a tag to compare

What's Changed

  • Bump is-my-json-valid from 2.13.1 to 2.20.6 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #14
  • Bump elliptic from 6.2.5 to 6.5.4 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #16
  • Bump concat-stream from 1.4.10 to 1.4.11 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #17
  • Bump qs from 6.1.0 to 6.1.2 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #15
  • Bump stringstream from 0.0.5 to 0.0.6 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #18
  • Bump extend from 3.0.0 to 3.0.2 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #19
  • Bump sshpk from 1.8.3 to 1.17.0 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #20

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Mar 08:43
75a4e9a
Compare
Choose a tag to compare

What's Changed

  • Bump minimist from 1.2.0 to 1.2.6 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #13
  • Bump pathval from 1.1.0 to 1.1.1 in /ife-lambda/lambda-functions/ife-authorization-lambda/src by @dependabot in #12

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 May 07:01
d32559d
Compare
Choose a tag to compare

This version brings breaking changes due to:

  • Terraform Required Version is set to >=0.14

Refactoring

24 Nov 10:28
Compare
Choose a tag to compare
v0.2.2

resource conditional count statement replaced by for_each

Lambda VPC config

30 Jun 05:57
eca07e8
Compare
Choose a tag to compare
Lambda VPC config (#5)

* lambda vpc subnets and security groups configuration added

Basic Auth support as option to OAuth

27 May 10:43
ebdee75
Compare
Choose a tag to compare
Basic auth support added (#4)

Basic auth support added

+ added basic autentication code
+ param store setup to keep basic auth details
* refactor nodejs authorization lambda
* README updated
* var to let

Authorization header for OAuth needs to start with Bearer

19 May 08:42
Compare
Choose a tag to compare
v0.1.2

Authorization header follows OAuth and needs to start with Bearer.

Path proxy support

18 May 08:04
197b292
Compare
Choose a tag to compare
Ife path proxy (#2)

* Adding proxy greedy path variable to resources

First release.

11 May 09:04
c174304
Compare
Choose a tag to compare
IFE - Internet Facing Environment (#1)

* IFE - Internet Facing Environment

* IFE - Internet Facing Environment

* examples commented out

* IFE - Internet Facing Environment

+ example added

* IFE - Internet Facing Environment

+ ife custom domain support added
* authorizer cache disabled due to security

* IFE - Internet Facing Environment

* README and comments updated

* IFE - Internet Facing Environment

* fixes based on comments and feedbacks