-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 to communicate with etcd by TLS in command line #3415
Conversation
2c42309
to
a956ba5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to fix #3461 issue first.
this PR may fail after we used luajit
in CLI.
else | ||
@echo "WARN: You're not using LuaRocks 3.x, please add the following items to your LuaRocks config file:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -194,6 +194,13 @@ tengine_install() { | |||
cp -r ${OPENRESTY_PREFIX}/* build-cache${OPENRESTY_PREFIX} | |||
ls build-cache${OPENRESTY_PREFIX} | |||
rm -rf openresty-${OPENRESTY_VERSION} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still support tengine now?
@@ -16,11 +16,19 @@ | |||
# limitations under the License. | |||
# | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we not support luarocks 2.x?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think LuaRocks 3.x is better to use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed. So Apache APISIX not support luarocks 2.x, right?
a956ba5
to
18f2a19
Compare
What this PR does / why we need it:
This PR implements the SSL handshaking to etcd cluster in the APISIX command line tool, and it will obey the TLS configuration in
config.yaml
.Pre-submission checklist: