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(elasticloadbalancingv2): ALPN policy support for NLB listener #15956

Merged
merged 6 commits into from
Sep 3, 2021

Conversation

project0
Copy link
Contributor

@project0 project0 commented Aug 9, 2021

Allow specifying the ALPN Policy

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Aug 9, 2021

@project0 project0 changed the title feat(elasticloadbalancingv2) Add support for ALPN Policy for NLB listener feat(elasticloadbalancingv2): Add support for ALPN Policy for NLB listener Aug 9, 2021
@project0 project0 changed the title feat(elasticloadbalancingv2): Add support for ALPN Policy for NLB listener feat(elasticloadbalancingv2): add ALPN Policy support for NLB listener Aug 10, 2021
@project0 project0 changed the title feat(elasticloadbalancingv2): add ALPN Policy support for NLB listener feat(elasticloadbalancingv2): add ALPN policy support for NLB listener Aug 10, 2021
@project0 project0 force-pushed the elbv2/add-alpn-support branch from 8b651d2 to 19e6b01 Compare August 10, 2021 06:14
@peterwoodworth peterwoodworth added the @aws-cdk/aws-elasticloadbalancingv2 Related to Amazon Elastic Load Balancing V2 label Aug 11, 2021
@@ -168,12 +179,17 @@ export class NetworkListener extends BaseListener implements INetworkListener {
throw new Error('Protocol must be TLS when certificates have been specified');
}

if (proto !== Protocol.TLS && props.alpnPolicy) {
throw new Error('Protocol must be TLS when alpnPolicy have been specified');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change this to aspect errors (i just adopted the same pattern from above)?

@njlynch njlynch changed the title feat(elasticloadbalancingv2): add ALPN policy support for NLB listener feat(elasticloadbalancingv2): ALPN policy support for NLB listener Aug 27, 2021
@njlynch njlynch added the pr-linter/exempt-readme The PR linter will not require README changes label Aug 27, 2021
njlynch
njlynch previously approved these changes Aug 27, 2021
Copy link
Contributor

@njlynch njlynch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@mergify mergify bot dismissed njlynch’s stale review September 3, 2021 14:26

Pull request has been modified.

njlynch
njlynch previously approved these changes Sep 3, 2021
@mergify mergify bot dismissed njlynch’s stale review September 3, 2021 15:08

Pull request has been modified.

Copy link
Contributor

@njlynch njlynch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed a broken docstring that was failing the build. Should pass now.

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: a74dc45
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 5427578 into aws:master Sep 3, 2021
@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2021

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Sep 6, 2021
…ws#15956)

Allow specifying the ALPN Policy
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
david-doyle-as24 pushed a commit to david-doyle-as24/aws-cdk that referenced this pull request Sep 7, 2021
…ws#15956)

Allow specifying the ALPN Policy
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-elasticloadbalancingv2 Related to Amazon Elastic Load Balancing V2 pr-linter/exempt-readme The PR linter will not require README changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants