Skip to content

Commit

Permalink
remove sni and simple jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 committed Jun 22, 2024
1 parent 664ac63 commit b11d7f7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
name: ai-prompt-decorator
title: AI Prompt Decorator
x-title-i18n:
zh-CN: AI 提示词修饰器
zh-CN: AI 提示词修饰
description: Add additional prompts before and after the user's input to simplify the interaction between the user and the large language model.
x-description-i18n:
zh-CN: 在用户输入的提示词前后添加额外的修饰,简化用户与大语言模型的交互。
Expand Down
3 changes: 0 additions & 3 deletions backend/sdk/src/main/resources/plugins/plugins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ key-auth=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/key-auth:1.0
oidc=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/oidc:1.0.0
jwt-auth=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/jwt-auth:1.0.0
hmac-auth=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/hmac-auth:1.0.0
simple-jwt-auth=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/simple-jwt-auth:1.0.0

# Transformation
custom-response=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/custom-response:1.0.0
Expand All @@ -47,5 +46,3 @@ request-validation=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/re
bot-detect=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/bot-detect:1.0.0
waf=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/waf:1.0.1
cors=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/cors:1.0.1

#sni-misdirect=oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/sni-misdirect:1.0.0
25 changes: 0 additions & 25 deletions backend/sdk/src/main/resources/plugins/simple-jwt-auth/spec.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions backend/sdk/src/main/resources/plugins/sni-misdirect/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions backend/sdk/src/main/resources/plugins/sni-misdirect/spec.yaml

This file was deleted.

0 comments on commit b11d7f7

Please sign in to comment.