Security Enhancements
- Rack no longer stores plain-text environment variables in the DynamoDB item for the release. Application environment is now stored only encrypted-at-rest with KMS on S3 and unencrypted on the individual TaskDefinitions created during release promotion. #2097 #2147
(Much thanks to @eladidan for bringing this one to our attention)
Changes
- Add
HttpProxy
parameter to a Rack to support running in a highly network-restricted environment. #2076