Releases: telia-oss/terraform-aws-internet-facing-environment
Releases · telia-oss/terraform-aws-internet-facing-environment
v2.0.0
Terraform is upgraded to new major version, so this module will also have a new major version.
What's Changed
- Nodejs upgrade by @vladaGithub in #32
Full Changelog: v1.0.2...v2.0.0
v1.0.2
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
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
Refactoring
v0.2.2 resource conditional count statement replaced by for_each
Lambda VPC config
Lambda VPC config (#5) * lambda vpc subnets and security groups configuration added
Basic Auth support as option to OAuth
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
v0.1.2 Authorization header follows OAuth and needs to start with Bearer.
Path proxy support
Ife path proxy (#2) * Adding proxy greedy path variable to resources
First release.
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