feat(plugin): saas plugin exce & publish agent with saas tool

This commit is contained in:
lijunwen.gigoo
2025-10-14 22:05:16 +08:00
parent 7a335a3276
commit f7aa65c548
6 changed files with 309 additions and 30 deletions

View File

@ -273,7 +273,7 @@ func (p *PluginApplicationService) buildPluginProductExtraInfo(ctx context.Conte
authMode = ptr.Of(productAPI.PluginAuthMode_Configured)
}
} else if authInfo.Type == consts.AuthTypeOfSaasInstalled {
authMode = ptr.Of(productAPI.PluginAuthMode_NeedInstalled)
// authMode = ptr.Of(productAPI.PluginAuthMode_NeedInstalled)
}
}