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

fix: update config of installation by Kustomize #557

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

fhuzero
Copy link
Contributor

@fhuzero fhuzero commented Jun 23, 2021

  • Why submit this pull request?

  • 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

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
@gxthrj gxthrj merged commit 70d0100 into apache:master Jun 25, 2021
@fhuzero fhuzero deleted the fhuzero-patch-Kustomize branch June 25, 2021 10:15
fgksgf pushed a commit to fgksgf/apisix-ingress-controller that referenced this pull request Aug 14, 2021
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
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.

3 participants