fhuzero opened a new pull request #557:
URL: https://github.com/apache/apisix-ingress-controller/pull/557


   - Why submit this pull request?
   - [x] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   
   - Related issues
   
   ___
   ### Bugfix
   - Description
   Installation by Kustomize is not working unless correct configuration of 
several parameters. The default value of `apisix.base_url` is not a correct 
APISIX Admin adress. Also, `apisix.admin_key` is missing so that one would get 
_401 Authorization Required_ error when invoking APISIX Admin API.
   
   - How to fix?
   Update default values in config file to make the installation of 
apisix-ingress-controller by Kustomize ready to use.
       * update the default version of apisix-ingress-controller container 
image to keep it up-to-date
       * update `apisix.base_url` to send requests to the correct APISIX address
       * add `apisix.admin_key` to configure APISIX Admin API access token. 
This avoids _401 Authenticaion Required_ error when invoking APISIX Admin API


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to