mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): separate cluster secret transition authority
This commit is contained in:
@@ -1265,6 +1265,7 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
'@qinglong/runtime-core/plugin-package-proposal',
|
||||
'@qinglong/runtime-core/plugin-package-secret-binding',
|
||||
'@qinglong/runtime-core/plugin-package-secret-binding-approval-plan',
|
||||
'@qinglong/runtime-core/plugin-package-secret-binding-transition-approval-plan',
|
||||
'@qinglong/runtime-core/security',
|
||||
]);
|
||||
if (
|
||||
@@ -2350,6 +2351,14 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
(path.relative(packageDirectory, filePath) ===
|
||||
'src/plugin-package/secret-binding/pluginPackageSecretBindingApprovalConsumer.ts' &&
|
||||
specifier === '@qinglong/cluster-postgres/package-executor') ||
|
||||
(path.relative(packageDirectory, filePath) ===
|
||||
'src/plugin-package/secret-binding/pluginPackageSecretBindingTransitionManagement.ts' &&
|
||||
specifier === '@qinglong/cluster-postgres/package-manager') ||
|
||||
([
|
||||
'src/plugin-package/secret-binding/pluginPackageSecretBindingTransitionApprovalConsumer.ts',
|
||||
'src/plugin-package/secret-binding/pluginPackageSecretBindingTransitionApprovedAction.ts',
|
||||
].includes(path.relative(packageDirectory, filePath)) &&
|
||||
specifier === '@qinglong/cluster-postgres/package-executor') ||
|
||||
([
|
||||
'src/worker-credential/management-server/workerCredentialManagement.ts',
|
||||
'src/worker-credential/management-server/workerCredentialManagementProcess.ts',
|
||||
|
||||
Reference in New Issue
Block a user