8000 feat: API 插件功能优化 #100 by ZC-A · Pull Request #115 · TencentBlueKing/BKFlow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: API 插件功能优化 #100 #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

ZC-A
Copy link
Collaborator
@ZC-A ZC-A commented Mar 11, 2025

No description provided.

@@ -29,7 +29,7 @@
from bkflow.plugin.space_plugin_config_parser import SpacePluginConfigParser
from bkflow.utils.apigw import check_url_from_apigw

valid_api_key = constr(regex=r"^(?!V1$)[A-Za-z0-9_]+$")
valid_api_key = constr(regex=r"^[A-Za-z0-9_]+$")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个调整,是否意味着用户可以配一个 V1 的 key

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的 既然默认返回的时候 值就是V1 那么可以认为 用户也可以自己配置一个 V1 的 key 但是 display_name 是不能为空的

@normal-wls normal-wls merged commit b2dddda into TencentBlueKing:develop Mar 11, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0