mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 06:07:27 +08:00
add plugin: ai-security-guard (#1034)
This commit is contained in:
22
plugins/wasm-go/extensions/ai-security-guard/README.md
Normal file
22
plugins/wasm-go/extensions/ai-security-guard/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 简介
|
||||
|
||||
# 配置说明
|
||||
| Name | Type | Requirement | Default | Description |
|
||||
| :-: | :-: | :-: | :-: | :-: |
|
||||
| serviceSource | string | requried | - | 服务来源,填dns |
|
||||
| serviceName | string | requried | - | 服务名 |
|
||||
| servicePort | string | requried | - | 服务端口 |
|
||||
| domain | string | requried | - | 阿里云内容安全endpoint |
|
||||
| ak | string | requried | - | 阿里云AK |
|
||||
| sk | string | requried | - | 阿里云SK |
|
||||
|
||||
|
||||
# 配置示例
|
||||
```yaml
|
||||
serviceSource: "dns"
|
||||
serviceName: "safecheck"
|
||||
servicePort: 443
|
||||
domain: "green-cip.cn-shanghai.aliyuncs.com"
|
||||
ak: "XXXXXXXXX"
|
||||
sk: "XXXXXXXXXXXXXXX"
|
||||
```
|
||||
Reference in New Issue
Block a user