Skip to content

Commit 7f129df

Browse files
author
Xinkai Yi
committed
fix: 屏蔽schedule接口信息同步到网关apigw
1 parent 46d6fa6 commit 7f129df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • runtime/bk-plugin-runtime/bk_plugin_runtime/config

runtime/bk-plugin-runtime/bk_plugin_runtime/config/default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def preprocessing_filter_internal_apis(endpoints):
247247
"/bk_plugin/detail",
248248
"/bk_plugin/meta",
249249
"/bk_plugin/logs",
250+
"/bk_plugin/schedule",
250251
]
251252
filtered = []
252253
for path, path_regex, method, callback in endpoints:

0 commit comments

Comments
 (0)