This is an automated email from the ASF dual-hosted git repository.
tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 0271a09 docs: fix apisix chart readme (#367) (#368)
0271a09 is described below
commit 0271a095d8294554319407c64dd60c525117e127
Author: HaoTian <[email protected]>
AuthorDate: Tue Oct 11 16:40:19 2022 +0800
docs: fix apisix chart readme (#367) (#368)
Signed-off-by: 117503445 <[email protected]>
Co-authored-by: Alex Zhang <[email protected]>
Co-authored-by: Alex Zhang <[email protected]>
---
charts/apisix/README.md | 2 +-
charts/apisix/values.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 7840429..ab69b8c 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -113,7 +113,7 @@ Apache APISIX service parameters, this determines how users
can access itself.
| `admin.cors` | Apache APISIX admin API support CORS response
headers | `true`
|
| `admin.credentials.admin` | Apache APISIX admin API admin role credentials
| `edd1c9f034335f136f87ad84b625c8f1`
|
| `admin.credentials.viewer` | Apache APISIX admin API viewer role credentials
| `4054f7cf07e344346cd3f287985e76a2`
|
-| `admin.allow.ipList` | the IP range allowed to Apache APISIX admin API
| `true`
|
+| `admin.allow.ipList` | The client IP CIDR allowed to access Apache
APISIX Admin API service | `["127.0.0.1/24"]`
|
### custom configuration snippet parameters
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index f3d5f06..08d4694 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -204,7 +204,7 @@ admin:
viewer: 4054f7cf07e344346cd3f287985e76a2
allow:
- # The ip range for allowing access to Apache APISIX
+ # The client IP CIDR allowed to access Apache APISIX Admin API service.
ipList:
- 127.0.0.1/24