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/11/24 06:46:20 UTC

[GitHub] [apisix-ingress-controller] GhangZh opened a new issue #767: request help:

GhangZh opened a new issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767


   ### Issue description
   Does apisix-ingress-controller support these annotations, I directly use is not effective. I mainly want to use these annotations for external authentication services
   ![image](https://user-images.githubusercontent.com/92301646/143187923-332bd7a9-6e48-488c-9b27-32c3bc2f9d6f.png)
   
   ### Environment
   
   * your apisix-ingress-controller version (output of `apisix-ingress-controller version --long`);
   * your Kubernetes cluster version (output of `kubectl version`);
   * if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (`uname -a`).
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] GhangZh removed a comment on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
GhangZh removed a comment on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981292526


   > 
   I would like to implement a custom plugin to support it , but I found that I can use severless  plugin for custom  authentication , But I see the serverless plugin documentation is only written as a function, I want to write an http proxy in it, this plug-in can support it?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] GhangZh commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
GhangZh commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-977819531


   > Hi,
   > 
   > These annotations are not parsed by APISIX Ingress Controller, and what's more, the underlying APISIX doesn't support the forward auth feature.
   > 
   > It seems that we have some issues in APISIX repo with the related topic [apache/apisix#5475](https://github.com/apache/apisix/issues/5475).
   Thanks,So if I do an http request forwarding to my forwoard auth service by customizing a plugin, it will be fine, right?
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-1005672743


   We need to wait for APISIX to implement this feature before we can start


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] cmssczy commented on issue #767: Feature suggestion: support forward auth for Ingress resource

Posted by GitBox <gi...@apache.org>.
cmssczy commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-1069112605


   > Maybe we just need to add some annotations to support it.
   
   I want to try to implement this. Plz assign to me.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #767: Feature suggestion: support forward auth for Ingress resource

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-1069177733


   thanks @cmssczy 


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-1039714625


   APISIX has implemented the forward-auth plugin. 
   
   We can consider adding support for this feature. But before we start we need a design proposal.
   
   https://github.com/apache/apisix/pull/6037 


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] GhangZh commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
GhangZh commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981292526


   > 
   I would like to implement a custom plugin to support it , but I found that I can use severless  plugin for custom  authentication , But I see the serverless plugin documentation is only written as a function, I want to write an http proxy in it, this plug-in can support it?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tokers commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981556948


   > > > > Hi,
   > 
   > > > > These annotations are not parsed by APISIX Ingress Controller, and what's more, the underlying APISIX doesn't support the forward auth feature.
   > 
   > > > > It seems that we have some issues in APISIX repo with the related topic [apache/apisix#5475](https://github.com/apache/apisix/issues/5475).
   > 
   > > > > Thanks,So if I do an http request forwarding to my forwoard auth service by customizing a plugin, it will be fine, right?
   > 
   > > 
   > 
   > > That's right, you can implement a custom plugin to support it, but it would better if you'd like to design a generic solution and send a proposal to the mailing list ([dev@apisix.apache.org](mailto:dev@apisix.apache.org)), then others can also use it if they desire.
   > 
   > 
   > 
   > I would like to implement a custom plugin to support it , but I found that I can use severless plugin for custom authentication , But I see the serverless plugin documentation is only written as a function, I want to write an http proxy in it, this plug-in can support it?
   
   Sure, you can do anything in the server-less functions.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #767: Feature suggestion: support forward auth for Ingress resource

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-1059305205


   I edited the title to make it more clear. Maybe we just need to add some annotations to support it.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-1039714625


   APISIX has implemented the forward-auth plugin. 
   
   We can consider adding support for this feature. But before we start we need a design proposal.
   
   https://github.com/apache/apisix/pull/6037 


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tokers commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-977821905


   > > Hi,
   > > These annotations are not parsed by APISIX Ingress Controller, and what's more, the underlying APISIX doesn't support the forward auth feature.
   > > It seems that we have some issues in APISIX repo with the related topic [apache/apisix#5475](https://github.com/apache/apisix/issues/5475).
   > > Thanks,So if I do an http request forwarding to my forwoard auth service by customizing a plugin, it will be fine, right?
   
   That's right, you can implement a custom plugin to support it, but it would better if you'd like to design a generic solution and send a proposal to the mailing list (dev@apisix.apache.org), then others can also use it if they desire.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tokers commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-977696563


   Hi,
   
   These annotations are not parsed by APISIX Ingress Controller, and what's more, the underlying APISIX doesn't support the forward auth feature.
   
   It seems that we have some issues in APISIX repo with the related topic https://github.com/apache/apisix/issues/5475.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] GhangZh commented on issue #767: request help: ingress forward auth

Posted by GitBox <gi...@apache.org>.
GhangZh commented on issue #767:
URL: https://github.com/apache/apisix-ingress-controller/issues/767#issuecomment-981330167


   > > > Hi,
   > > > These annotations are not parsed by APISIX Ingress Controller, and what's more, the underlying APISIX doesn't support the forward auth feature.
   > > > It seems that we have some issues in APISIX repo with the related topic [apache/apisix#5475](https://github.com/apache/apisix/issues/5475).
   > > > Thanks,So if I do an http request forwarding to my forwoard auth service by customizing a plugin, it will be fine, right?
   > 
   > That's right, you can implement a custom plugin to support it, but it would better if you'd like to design a generic solution and send a proposal to the mailing list ([dev@apisix.apache.org](mailto:dev@apisix.apache.org)), then others can also use it if they desire.
   
   I would like to implement a custom plugin to support it , but I found that I can use severless plugin for custom authentication , But I see the serverless plugin documentation is only written as a function, I want to write an http proxy in it, this plug-in can support it?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org