feat(api): complete phase 2.4 control plane

This commit is contained in:
chick
2026-07-17 00:37:11 +08:00
parent c2702b5fc6
commit 7b91dbbad1
40 changed files with 4526 additions and 74 deletions
@@ -61,6 +61,11 @@ describe('MacOSKeychainSecretStore', () => {
);
expect(reference).toMatch(/^keychain:\/\/multi-simadmin\//);
expect(parseKeychainReference(reference)).toMatchObject({
service: 'multi-simadmin',
instanceId: 'instance.one',
purpose: 'instance-password',
});
expect(reference).not.toContain(secret);
expect(runner.calls).toHaveLength(1);
expect(runner.calls[0]).toEqual({