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/07 03:30:49 UTC

[GitHub] [apisix-ingress-controller] wgy-home opened a new issue #532: request help: ApisixRoute plugins configuration does not take effect

wgy-home opened a new issue #532:
URL: https://github.com/apache/apisix-ingress-controller/issues/532


   ### Issue description
   ApisixRoute customer  plugins configuration does not take effect。
   yaml:
   ```yaml
   apiVersion: apisix.apache.org/v2alpha1
   kind: ApisixRoute
   metadata:
     name: test
   spec:
     http:
       - name: test
         match:
           hosts:
           - test.cn
           paths:
             - /*
         backends:
           - serviceName: test-svc
             servicePort: 80
         plugins:
           - name: jwt
             enable: true
             redis_host: 10.200.99.2
             redis_port: '6379'
             whitelist_uri:
               - /api/pad/user/logi
   ```
   
   Plug-in JWT is a custom plug-in,It requires configurations such as Redis Host and Redis Port,The plug-in has been started, but the configuration has not taken effect,Is there something wrong with my YAML configuration?Please help me, thanks!
   
   The plug-in has been started, but the configuration has not taken effect.
   ![image](https://user-images.githubusercontent.com/10112569/120955248-87ec8500-c783-11eb-82ea-5b423860c065.png)
   
   
   ### Environment
   
   * apisix-ingress-controller version: 
   version: 0.5.0
   Git SHA: 
   Go Version: go1.13.8
   Building OS/Arch: linux/amd64
   Running OS/Arch: linux/amd64
   *  kubectl version
   Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.0", GitCommit:"e19964183377d0ec2052d1f1fa930c4d7575bd50", GitTreeState:"clean", BuildDate:"2020-08-26T14:30:33Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
   Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.0", GitCommit:"e19964183377d0ec2052d1f1fa930c4d7575bd50", GitTreeState:"clean", BuildDate:"2020-08-26T14:23:04Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
   * apisix version 2.5


-- 
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] wgy-home commented on issue #532: request help: ApisixRoute plugins configuration does not take effect

Posted by GitBox <gi...@apache.org>.
wgy-home commented on issue #532:
URL: https://github.com/apache/apisix-ingress-controller/issues/532#issuecomment-855699025


   My YAML configuration is wrong, need to add config
   
   ```yaml
   apiVersion: apisix.apache.org/v2alpha1
   kind: ApisixRoute
   metadata:
     name: test
   spec:
     http:
       - name: test
         match:
           hosts:
           - test.cn
           paths:
             - /*
         backends:
           - serviceName: test-svc
             servicePort: 80
         plugins:
           - name: jwt
             enable: true
                 config:
                 redis_host: 10.200.99.2
                 redis_port: '6379'
                 whitelist_uri:
                   - /api/pad/user/logi
   ```


-- 
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] wgy-home closed issue #532: request help: ApisixRoute plugins configuration does not take effect

Posted by GitBox <gi...@apache.org>.
wgy-home closed issue #532:
URL: https://github.com/apache/apisix-ingress-controller/issues/532


   


-- 
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] wgy-home commented on issue #532: request help: ApisixRoute plugins configuration does not take effect

Posted by GitBox <gi...@apache.org>.
wgy-home commented on issue #532:
URL: https://github.com/apache/apisix-ingress-controller/issues/532#issuecomment-855697856


   My YAML configuration is wrong, need to add config
   
   ```yaml
   apiVersion: apisix.apache.org/v2alpha1
   kind: ApisixRoute
   metadata:
     name: test
   spec:
     http:
       - name: test
         match:
           hosts:
           - test.cn
           paths:
             - /*
         backends:
           - serviceName: test-svc
             servicePort: 80
         plugins:
           - name: jwt
             enable: true
                 config:
                 redis_host: 10.200.99.2
                 redis_port: '6379'
                 whitelist_uri:
                   - /api/pad/user/logi
   ```


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