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 2022/10/12 08:53:59 UTC

[GitHub] [apisix] zhangyuthink opened a new issue, #8080: 建议提供一些最佳实践示例,特别是插件的搭配使用方面

zhangyuthink opened a new issue, #8080:
URL: https://github.com/apache/apisix/issues/8080

   ### Description
   
   apisix功能强大,插件丰富。对于初次使用者来说,学习怎样配置需要很大的精力。
   针对常见的使用场景,希望能够提供一些最佳实践,帮助初学者尽快落地使用。


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

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


[GitHub] [apisix] hf400159 commented on issue #8080: docs: Recommended to provide some examples of best practices, especially plugins

Posted by GitBox <gi...@apache.org>.
hf400159 commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1277348343

   APISIX test cases also include many examples. You can also check https://github.com/apache/apisix/blob/master/t/
   


-- 
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] github-actions[bot] commented on issue #8080: docs: Recommended to provide some examples of best practices, especially plugins

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1740637234

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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] Hazel6869 commented on issue #8080: 建议提供一些最佳实践示例,特别是插件的搭配使用方面

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1275838472

   > 
   
   Hi, does the official documentation not meet your needs? 


-- 
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] SylviaBABY commented on issue #8080: It is recommended to provide some examples of best practices, especially plugins

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1277340618

   > > > 
   > > 
   > > 
   > > @zhangyuthink Hi, does the official documentation not meet your needs?
   > 
   > 官方文档中未找到我想要的,可以考虑增加如下内容。 最佳实践: 1、限制某消费者只允许调用部分路由 a)配置消费者,开启base_auth插件 b)配置上游、服务 c)配置路由,开启base_auth插件、consumer-restriction插件
   
   Hi @zhangyuthink, Thanks for the comments. I think there are these related best practices in the community at present, but because of energy problems, they have not appeared in the official documents temporarily.
   
   We will gradually improve the official documentation in the future, and thank you for your comments on the use of APISIXX. Similarly, we look forward to your contributions to these issues, giving some best practice scenarios from a user perspective^^


-- 
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] zhangyuthink commented on issue #8080: 建议提供一些最佳实践示例,特别是插件的搭配使用方面

Posted by GitBox <gi...@apache.org>.
zhangyuthink commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1275879246

   > > 
   > 
   > @zhangyuthink Hi, does the official documentation not meet your needs?
   
   官方文档中未找到我想要的,可以考虑增加如下内容。
   最佳实践:
   1、限制某消费者只允许调用部分路由
   a)配置消费者,开启base_auth插件
   b)配置上游、服务
   c)配置路由,开启base_auth插件、consumer-restriction插件


-- 
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] zhangyuthink commented on issue #8080: docs: Recommended to provide some examples of best practices, especially plugins

Posted by GitBox <gi...@apache.org>.
zhangyuthink commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1277366673

   > > > > 
   > > > 
   > > > 
   > > > @zhangyuthink Hi, does the official documentation not meet your needs?
   > > 
   > > 
   > > 官方文档中未找到我想要的,可以考虑增加如下内容。 最佳实践: 1、限制某消费者只允许调用部分路由 a)配置消费者,开启base_auth插件 b)配置上游、服务 c)配置路由,开启base_auth插件、consumer-restriction插件
   > 
   > Hi @zhangyuthink, thanks for the comments. I think there are these related best practices in the community at present, but because of energy problems, they have not appeared in the official documents temporarily.
   > 
   > We will gradually improve the official documentation in the future, and thank you for your comments on using APISIX. Similarly, we look forward to your contributions to these issues, giving some best practice scenarios from a user perspective^^
   
   If I want to provide some best practices, what should I do?


-- 
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] SylviaBABY commented on issue #8080: docs: Recommended to provide some examples of best practices, especially plugins

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1278355047

   > > > > > 
   > > > > 
   > > > > 
   > > > > @zhangyuthink Hi, does the official documentation not meet your needs?
   > > > 
   > > > 
   > > > 官方文档中未找到我想要的,可以考虑增加如下内容。 最佳实践: 1、限制某消费者只允许调用部分路由 a)配置消费者,开启base_auth插件 b)配置上游、服务 c)配置路由,开启base_auth插件、consumer-restriction插件
   > > 
   > > 
   > > Hi @zhangyuthink, thanks for the comments. I think there are these related best practices in the community at present, but because of energy problems, they have not appeared in the official documents temporarily.
   > > We will gradually improve the official documentation in the future, and thank you for your comments on using APISIX. Similarly, we look forward to your contributions to these issues, giving some best practice scenarios from a user perspective^^
   > 
   > If I want to provide some best practices, what should I do?
   
   That's Great! You can add the details of the best practice scenarios you are involved into the corresponding plugin introduction document. The file path is shown below.
   
   <img width="862" alt="image" src="https://user-images.githubusercontent.com/39793568/195740472-3cad18aa-d03b-4eb1-aade-da99418c9c59.png">
   
   And you can add such ##Best Practice title at the end of the document and put your contents
   


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


Re: [I] docs: Recommended to provide some examples of best practices, especially plugins [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #8080: docs: Recommended to provide some examples of best practices, especially plugins
URL: https://github.com/apache/apisix/issues/8080


-- 
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] Hazel6869 commented on issue #8080: It is recommended to provide some examples of best practices, especially plugins

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1277313568

   > 
   
   ok, we will notice it.  @tzssangglass @SylviaBABY please pay attention.


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


Re: [I] docs: Recommended to provide some examples of best practices, especially plugins [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8080:
URL: https://github.com/apache/apisix/issues/8080#issuecomment-1761255811

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


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