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

fix(aws-eks): proxy support and allow assigning a security group to all cluster handler functions #17200

Merged
merged 22 commits into from Nov 5, 2021

Commits on Oct 27, 2021

  1. Added layer to both cluster handler functions, renamed onEventLayer

    … -> `proxyAgentLayer`
    ryparker committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0d87a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfb784 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    cd4578e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0da6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb10cce View commit details
    Browse the repository at this point in the history
  4. Merge branch 'eks-cluster-handler-security-group-prop' of https://git…

    …hub.com/aws/aws-cdk into eks-cluster-handler-security-group-prop
    ryparker committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4ab257a View commit details
    Browse the repository at this point in the history
  5. Using require to import proxy-agent

    - Otherwise tsconfig would need to enable `esModuleInterop`
    ryparker committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d569176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5208526 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbfe9a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    92a6c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f71a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    3ff5d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0c15e View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/aws-eks/README.md

    Co-authored-by: Eli Polonsky <epolon@amazon.com>
    ryparker and iliapolo committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d485430 View commit details
    Browse the repository at this point in the history
  4. Update packages/@aws-cdk/aws-eks/README.md

    Co-authored-by: Eli Polonsky <epolon@amazon.com>
    ryparker and iliapolo committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2949fbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68f7655 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'eks-cluster-handler-security-group-prop' of https://git…

    …hub.com/aws/aws-cdk into eks-cluster-handler-security-group-prop
    ryparker committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a9a502c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6593348 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    223e6fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d3a3b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07ca90a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    991bb0d View commit details
    Browse the repository at this point in the history