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 more APISIX features #175

Merged
merged 4 commits into from
Dec 3, 2021
Merged

Conversation

tokers
Copy link
Contributor

@tokers tokers commented Nov 3, 2021

This Pull Request adds some new features for the apisix charts, so that more and more APISIX features can be used.

  1. Support to configure ETCD SNI;
  2. Support to specify Plugin Attrs;
  3. Support to use Pod UID as the APISIX instance id (see bug: auto-generated apisix id is likely to be duplicated in containerized environments apisix#5417 for details).

Signed-off-by: Chao Zhang tokers@apache.org

Signed-off-by: Chao Zhang <tokers@apache.org>
@tokers tokers marked this pull request as draft November 3, 2021 10:28
Signed-off-by: Chao Zhang <tokers@apache.org>
@tokers tokers marked this pull request as ready for review November 4, 2021 03:05
@tao12345666333 tao12345666333 requested review from tao12345666333, gxthrj and lingsamuel and removed request for tao12345666333 November 4, 2021 03:20
@@ -186,6 +188,8 @@ stream_plugins:
- ip-restriction
- limit-conn

pluginAttrs: null
Copy link
Member

Choose a reason for hiding this comment

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

Its type should be array, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a map, let me to change to {}.

@tao12345666333
Copy link
Member

Please also update the document to introduce these configuration items, and then we can merge.

Signed-off-by: Chao Zhang <tokers@apache.org>
@tokers
Copy link
Contributor Author

tokers commented Dec 2, 2021

Please also update the document to introduce these configuration items, and then we can merge.

Added.

Copy link
Member

@tao12345666333 tao12345666333 left a comment

Choose a reason for hiding this comment

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

LGTM

@tao12345666333 tao12345666333 merged commit 3bfa971 into master Dec 3, 2021
@tao12345666333 tao12345666333 deleted the feat/better-support branch December 3, 2021 01:42
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.

None yet

3 participants