Skip to content

Commit

Permalink
change plugin prioritys
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7258 committed Jun 27, 2024
1 parent 3761bc7 commit e7dcd08
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions backend/sdk/src/main/resources/plugins/ai-cache/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ info:
contact:
name: johnlanni
spec:
phase: UNSPECIFIED_PHASE
priority: 200
phase: AUTHN
priority: 10
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 240
priority: 450
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 230
priority: 500
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/ai-proxy/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: UNSPECIFIED_PHASE
priority: 250
priority: 100
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/ai-rag/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 260
priority: 400
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 220
priority: 300
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 270
priority: 200
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 210
priority: 600
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
name: rinfx
spec:
phase: UNSPECIFIED_PHASE
priority: 280
priority: 550
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 10
priority: 320
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHZ
priority: 10
priority: 310
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/cors/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHZ
priority: 30
priority: 340
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 400
priority: 910
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/hmac-auth/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 50
priority: 330
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 200
priority: 210
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/jwt-auth/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 40
priority: 340
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/key-auth/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 20
priority: 310
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/oidc/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHN
priority: 30
priority: 350
configSchema:
openAPIV3Schema:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ info:
url: http://higress.io/
email: [email protected]
spec:
phase: AUTHN
priority: 210
phase: AUTHZ
priority: 320
configSchema:
openAPIV3Schema:
type: object
Expand Down
2 changes: 1 addition & 1 deletion backend/sdk/src/main/resources/plugins/waf/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ info:
email: [email protected]
spec:
phase: AUTHZ
priority: 20
priority: 330
configSchema:
openAPIV3Schema:
type: object
Expand Down

0 comments on commit e7dcd08

Please sign in to comment.