tokers commented on code in PR #1031:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1031#discussion_r879367502
##########
docs/en/latest/FAQ.md:
##########
@@ -76,3 +76,13 @@ kubectl get crd apisixroutes.apisix.apache.org -o
jsonpath='{ .spec.versions[*].
If you can not find `v2beta3` in `ApisixRoute` definition file. Please apply
the latest version of `ApisixRoute`.
Ref to FAQ #7.
+
+### 9. Modify the Admin API key in APISIX-Ingress
+
+Usually, you need to modify the Admin API key to protect Apache APISIX and
APISIX Ingress. Please refer to this
[link](https://apisix.apache.org/zh/docs/apisix/how-to-build/) to simply change
Apache APISIX.
+
+However, in apisix-ingress-controller, if we need to change the Admin API key,
we also need to change the Admin API key in apisix-ingress-controller. There
are two ways to implement the requirements here.
+
+In one method, we need to change the values of the two values.yaml files in
the helm chart We need to change the Admin API key values in both helm chart
packages.
Review Comment:
This sentence makes me confused. Which values should we modify?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]