Skip to content

Commit

Permalink
add service policy yaml url
Browse files Browse the repository at this point in the history
Signed-off-by: mouuii <[email protected]>
  • Loading branch information
mouuii committed Nov 15, 2021
1 parent 99b2cc6 commit 2185ef3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/microservice/aslan/core/project/handler/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ rules:
endpoint: "/api/aslan/project/products/?*"
- method: PUT
endpoint: "/api/aslan/project/products/?*/searching-rules"
- method: POST
endpoint: "/api/aslan/service/template/reload"
- action: create_service
alias: "新建服务"
description: ""
Expand All @@ -54,6 +56,16 @@ rules:
endpoint: "/api/aslan/service/loader/load/?*/?*"
- method: POST
endpoint: "/api/aslan/service/helm/services"
- method: GET
endpoint: "/api/aslan/template/yaml"
- method: GET
endpoint: "/api/aslan/template/yaml/?*"
- method: POST
endpoint: "/api/aslan/service/template/load"
- method: GET
endpoint: "/api/aslan/template/charts/service-demo/variables"
- method: POST
endpoint: "/api/aslan/service/helm/services/bulk"
- action: delete_service
alias: "删除服务"
description: ""
Expand Down

0 comments on commit 2185ef3

Please sign in to comment.