Releases: dwp/terraform-aws-kong-gateway
Releases · dwp/terraform-aws-kong-gateway
Release 0.0.31
ignore changes to RDS master password, allowing them to be controlled…
Release 0.0.30
Update role so that it can be set as a variable (#58)
Release 0.0.29
separate ASG tags from other resources' tags (#57)
Release 0.0.28
set consistent name for Kong ASG and include role in name (#56) Remove the random string prefix, it was superfluous. Correct `ebedded` typo. Signed-off-by: Daniel.Hill <[email protected]>
Release 0.0.27
Add Kong Launch Configuration to outputs (#55) * Add Kong Launch Configuration to outputs, fix kics-scan job
Release 0.0.26
add instance_refresh config to asg (#54) * add instance_refresh config to asg Signed-off-by: Mark Garner <[email protected]> * add min healthy % var to variables file Signed-off-by: Mark Garner <[email protected]> * Update variables.tf Co-authored-by: Daniel Hill <[email protected]> Co-authored-by: Mark Garner <[email protected]> Co-authored-by: Daniel Hill <[email protected]>
Release 0.0.25
Correct user data file paths (#52) Correct user data file paths and add ability to pass own user data Co-authored-by: Freddie Wright <[email protected]> Co-authored-by: Daniel Hill <[email protected]>
Release 0.0.24
Bintray sunset (#49) * updating kong download links * adding ce changes * update Amazon Linux package names Co-authored-by: Daniel Hill <[email protected]>
Release 0.0.23
Support Amazon Linux 2 and RHEL (#48) Signed-off-by: Daniel.Hill <[email protected]> Co-authored-by: Vikash <[email protected]>
Release 0.0.22
update http proxy example. Add squid proxy for testing. (#31) * update http proxy example. Add squid proxy for testing. configure Control plane to use proxy. Add scenario to pr.yml Signed-off-by: Daniel.Hill <[email protected]> * add config to Squid to allow all traffic through. Add Squid port to to allowed egress rules on SGs Signed-off-by: Daniel.Hill <[email protected]> * add Name tag to proxy for clarity in console Signed-off-by: Daniel.Hill <[email protected]> * update kong hybrid conf following rebase Signed-off-by: Daniel.Hill <[email protected]>