feat(ql3): complete cluster secret binding authority

This commit is contained in:
whyour
2026-08-13 14:23:41 +08:00
parent 56d06bd6cc
commit 7016903fba
30 changed files with 2660 additions and 9 deletions
@@ -52,6 +52,7 @@ function executorPrivileges() {
'project_role_bindings',
'approval_requests',
'plugin_package_install_proposals',
'plugin_package_secret_binding_approval_plans',
'plugin_package_task_ownerships',
'plugin_package_task_reconciliations',
'plugin_package_task_reconciliation_items',
@@ -201,6 +202,8 @@ function database(serverVersionNum = '160014') {
'plugin_package_workflow_task_attempt_snapshot',
'lock_run_management_policy_fence',
'register_plugin_package_automation_disposition_event',
'create_plugin_package_secret_binding_approval_plan',
'plugin_package_secret_binding_planning_snapshot',
].includes(functionName),
isOwner: false,
})),