You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/23 07:34:20 UTC

[GitHub] [apisix-ingress-controller] fhuzero opened a new pull request #557: fix: update config of installation by Kustomize

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:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] gxthrj merged pull request #557: fix: update config of installation by Kustomize

Posted by GitBox <gi...@apache.org>.
gxthrj merged pull request #557:
URL: https://github.com/apache/apisix-ingress-controller/pull/557


   


-- 
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:
users@infra.apache.org