发布功能完成

This commit is contained in:
Liujian
2024-08-30 19:35:18 +08:00
parent 126d1e4c58
commit 48a8811026
10 changed files with 149 additions and 76 deletions
+17 -1
View File
@@ -94,7 +94,7 @@ system:
- "PUT:/api/v1/catalogue/sort"
dependents:
- system.api_market.service_classification.view
- name: devops
- name: Devops
cname: 运维
value: 'devops'
children:
@@ -132,6 +132,22 @@ system:
- "POST:/api/v1/certificate"
- "PUT:/api/v1/certificate"
- "DELETE:/api/v1/certificate"
- name: Data Source
cname: '数据源'
value: 'data_source'
children:
- name: view
cname: '查看'
value: 'view'
guest_allow: true
apis:
- "GET:/api/v1/monitor/config"
- name: manager
cname: '管理'
value: 'manager'
apis:
- "POST:/api/v1/monitor/config"
- "PUT:/api/v1/monitor/config"
- name: log configuration
cname: 日志
value: 'log_configuration'
+4 -4
View File
@@ -11,8 +11,8 @@ system:
- system.devops.log_configuration.view
- system.devops.ssl_certificate.manager
- system.devops.ssl_certificate.view
- system.devops.monitor.manager
- system.devops.monitor.view
- system.devops.data_source.manager
- system.devops.data_source.view
- system.organization.member.manager
- system.organization.member.view
- system.organization.role.view_system_role
@@ -46,8 +46,8 @@ system:
- system.devops.log_configuration.view
- system.devops.ssl_certificate.manager
- system.devops.ssl_certificate.view
- system.devops.monitor.manager
- system.devops.monitor.view
- system.devops.data_source.manager
- system.devops.data_source.view
- system.workspace.api_market.view
- system.workspace.application.view_all
- system.workspace.service.view_all