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: support gRPCS #3411

Merged
merged 1 commit into from
Jan 26, 2021
Merged

feat: support gRPCS #3411

merged 1 commit into from
Jan 26, 2021

Conversation

spacewander
Copy link
Member

Fix #3344.

Signed-off-by: spacewander [email protected]

What this PR does / why we need it:

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@spacewander spacewander force-pushed the grpcs branch 3 times, most recently from 78fbb38 to 05c238c Compare January 25, 2021 06:52
Fix apache#3344.

Signed-off-by: spacewander <[email protected]>
@spacewander spacewander marked this pull request as ready for review January 25, 2021 08:53
@@ -554,6 +554,52 @@ http {
}
}

{% if use_or_1_15 then %}
Copy link
Member

Choose a reason for hiding this comment

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

do we have to support openresty 1.15?
I think we can only support 1.19 and 1.17. we can update cli.

Copy link
Member

Choose a reason for hiding this comment

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

what do you think? @spacewander

Copy link
Member Author

Choose a reason for hiding this comment

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

IMHO, 1.15 is released in 2019, and Kong still supports it. Maybe we can give it one more chance.

@spacewander spacewander merged commit 3db8ebe into apache:master Jan 26, 2021
@spacewander spacewander deleted the grpcs branch January 26, 2021 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support gRPC over SSL
4 participants