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(globalaccelerator-endpoints): add preserveClientIp option for net… #30346

Merged
merged 4 commits into from
Jun 18, 2024

Commits on Jun 12, 2024

  1. fix(globalaccelerator-endpoints): add preserveClientIp option for net…

    …work loadbalancer
    
    ### Issue # (if applicable)
    
    ### Reason for this change
    
    preserveClientIp was missing for GlobalAccelerator Endpoints when using a network loadbalancer.
    
    ### Description of changes
    
    * add missing network load balancer endpoint prop.
    
    ### Description of how you validated changes
    
    Added integration tests.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Sascha authored and SaschaJanssen committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a88c711 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fix(globalaccelerator-endpoints): add preserveClientIp option for net…

    …work loadbalancer
    
    preserveClientIp was missing for GlobalAccelerator Endpoints when using a network loadbalancer.
    
    * add missing network load balancer endpoint prop.
    
    Added integration tests.
    
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Sascha committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    215ba48 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3e240a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f647afb View commit details
    Browse the repository at this point in the history