Skip to content
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

feat: 添加私有化版本参数 #3317

Conversation

Ambition9186
Copy link
Contributor

No description provided.

@Ambition9186 Ambition9186 force-pushed the feature/add_privatized_version branch 2 times, most recently from d94d6a9 to b035524 Compare June 28, 2024 07:36
@AlkaidChan AlkaidChan added the bcs-bscp feature or bugfix for bscp label Jul 1, 2024
@Ambition9186 Ambition9186 force-pushed the feature/add_privatized_version branch from b035524 to 39e9adf Compare July 8, 2024 03:34
@Ambition9186 Ambition9186 force-pushed the feature/add_privatized_version branch from 39e9adf to 40ae3b1 Compare July 9, 2024 05:16
@@ -135,6 +135,8 @@ type LoginAuthSettings struct {
Provider string `yaml:"provider"`
UseESB bool `yaml:"useEsb"`
GWPubKey string `yaml:"gwPubkey"`
// PrivateVersion 是否是私有化版本
PrivateVersion bool `yaml:"privateVersion"`
Copy link
Collaborator

Choose a reason for hiding this comment

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

上午joe提到我们要保持内外部版本一致,至少名字上不要区分内外部(私有化)
这里还是加一个大的配置项:

type ApiGateway {
    AutoRegister bool // 替换现在的 PrivateVersion
    PubKey string
}

@Ambition9186 Ambition9186 force-pushed the feature/add_privatized_version branch from 40ae3b1 to 21c83e2 Compare July 9, 2024 07:42
@AlkaidChan AlkaidChan merged commit 600b3a5 into TencentBlueKing:master Jul 9, 2024
13 checks passed
wenxinlee2015 added a commit that referenced this pull request Jul 9, 2024
* github-bk-bcs/master:
  feat: 添加私有化版本参数 (#3317)
@Ambition9186 Ambition9186 deleted the feature/add_privatized_version branch August 13, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bcs-bscp feature or bugfix for bscp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants