()
| 1638 | const credentialProviderOrder: string[] = []; |
| 1639 | |
| 1640 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 1641 | const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName => |
| 1642 | ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static"); |
| 1643 |