🗒️APISIX入门到上手
00 分钟
2023-8-17
2023-11-5
type
status
date
slug
summary
tags
category
icon
😀
这里写文章的前言: 一个简单的开头,简述这篇文章讨论的问题、目标、人物、背景是什么?并简述你给出的答案。
可以说说你的故事:阻碍、努力、结果成果,意外与转折。
 

📝 主旨内容

notion image

1:APISIX什么是

2:APISIX安装

notion image

3:APISIX功能测试

4:APISIX使用

notion image
notion image
notion image

5:APISIX控制台使用

notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image

6:APISIX插件使用

6.1:限流限速和安全插件

notion image

6.2:缓存响应

notion image

7:APISIX Ingress的使用

notion image

7.1:安装

notion image
notion image

7.2:URL Rewrite

notion image
notion image

7.3:TLS

notion image

8:APISIX认证

8.1:basic-auth

notion image
notion image

8.2:consumer-restrication

名称
类型
必选项
默认值
有效值
描述
type
string
consumer_name
["consumer_name", "consumer_group_id", "service_id", "route_id"]
支持设置访问限制的对象类型。
whitelist
array[string]
加入白名单的对象,优先级高于 allowed_by_methods
blacklist
array[string]
加入黑名单的对象,优先级高于 whitelist
rejected_code
integer
403
[200,...]
当请求被拒绝时,返回的 HTTP 状态码。
rejected_msg
string
当请求被拒绝时,返回的错误信息。
allowed_by_methods
array[object]
["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "CONNECT", "TRACE", "PURGE"]
为 Consumer 设置的允许的 HTTP 方法列表。

8.3:jwt-auth

notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image

🤗 总结归纳

  • 本文讲述的是关于Apisix的一些使用与理论知识,但是并不全面,但可以拿去使用学习