Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ecs): secret JSON field for Fargate tasks #11348

Merged
merged 12 commits into from
Nov 13, 2020

Commits on Nov 6, 2020

  1. feat(ecs): secret JSON field for Fargate tasks

    Fargate tasks running on platform version 1.4 can now reference a
    specific JSON field of a secret stored in Secrets Manager.
    
    Remove the error `ContainerDefinition` and add a check on the platform
    version in `FargateService`.
    
    See https://aws.amazon.com/about-aws/whats-new/2020/11/aws-fargate-for-amazon-ecs-launches-features-focused-on-configuration-and-metrics/
    
    Closes aws#11341
    jogold committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    510b888 View commit details
    Browse the repository at this point in the history
  2. README

    jogold committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    bc54e4e View commit details
    Browse the repository at this point in the history
  3. better error message

    jogold committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    dd909cd View commit details
    Browse the repository at this point in the history
  4. integ test

    jogold committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    22e18bc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    c25875f View commit details
    Browse the repository at this point in the history
  2. improve error message

    jogold committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    0e68e6c View commit details
    Browse the repository at this point in the history
  3. README

    jogold committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    12994d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aed23cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6caa8d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    4c38a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc99ec View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    7ec4157 View commit details
    Browse the repository at this point in the history