2018-08-06 15:38:17 +02:00
|
|
|
import * as program from "commander";
|
2022-02-23 22:47:32 +01:00
|
|
|
import * as inquirer from "inquirer";
|
|
|
|
|
[AC-1011] Admin Console / Billing code ownership (#4973)
* refactor: move SCIM component to admin-console, refs EC-1011
* refactor: move scimProviderType to admin-console, refs EC-1011
* refactor: move scim-config.api to admin-console, refs EC-1011
* refactor: create models folder and nest existing api contents, refs EC-1011
* refactor: move scim-config to admin-console models, refs EC-1011
* refactor: move billing.component to billing, refs EC-1011
* refactor: remove nested app folder from new billing structure, refs EC-1011
* refactor: move organizations/billing to billing, refs EC-1011
* refactor: move add-credit and adjust-payment to billing/settings, refs EC-1011
* refactor: billing history/sync to billing, refs EC-1011
* refactor: move org plans, payment/method to billing/settings, refs EC-1011
* fix: update legacy file paths for payment-method and tax-info, refs EC-1011
* fix: update imports for scim component, refs EC-1011
* refactor: move subscription and tax-info into billing, refs EC-1011
* refactor: move user-subscription to billing, refs EC-1011
* refactor: move images/cards to billing and update base path, refs EC-1011
* refactor: move payment-method, plan subscription, and plan to billing, refs EC-1011
* refactor: move transaction-type to billing, refs EC-1011
* refactor: move billing-sync-config to billing, refs EC-1011
* refactor: move billing-sync and bit-pay-invoice request to billing, refs EC-1011
* refactor: move org subscription and tax info update requests to billing, refs EC-1011
* fix: broken paths to billing, refs EC-1011
* refactor: move payment request to billing, refs EC-1011
* fix: update remaining imports for payment-request, refs EC-1011
* refactor: move tax-info-update to billing, refs EC-1011
* refactor: move billing-payment, billing-history, and billing responses to billing, refs EC-1011
* refactor: move organization-subscription-responset to billing, refs EC-1011
* refactor: move payment and plan responses to billing, refs EC-1011
* refactor: move subscription response to billing ,refs EC-1011
* refactor: move tax info and rate responses to billing, refs EC-1011
* fix: update remaining path to base response for tax-rate response, refs EC-1011
* refactor: (browser) move organization-service to admin-console, refs EC-1011
* refactor: (browser) move organizaiton-service to admin-console, refs EC-1011
* refactor: (cli) move share command to admin-console, refs EC-1011
* refactor: move organization-collect request model to admin-console, refs EC-1011
* refactor: (web) move organization, collection/user responses to admin-console, refs EC-1011
* refactor: (cli) move selection-read-only to admin-console, refs EC-1011
* refactor: (desktop) move organization-filter to admin-console, refs EC-1011
* refactor: (web) move organization-switcher to admin-console, refs EC-1011
* refactor: (web) move access-selector to admin-console, refs EC-1011
* refactor: (web) move create folder to admin-console, refs EC-1011
* refactor: (web) move org guards folder to admin-console, refs EC-1011
* refactor: (web) move org layout to admin-console, refs EC-1011
* refactor: move manage collections to admin console, refs EC-1011
* refactor: (web) move collection-dialog to admin-console, refs EC-1011
* refactor: (web) move entity users/events and events component to admin-console, refs EC-1011
* refactor: (web) move groups/group-add-edit to admin-console, refs EC-1011
* refactor: (web) move manage, org-manage module, and user-confirm to admin-console, refs EC-1011
* refactor: (web) move people to admin-console, refs EC-1011
* refactor: (web) move reset-password to admin-console, refs EC-1011
* refactor: (web) move organization-routing and module to admin-console, refs EC-1011
* refactor: move admin-console and billing within app scope, refs EC-1011
* fix: update leftover merge conflicts, refs EC-1011
* refactor: (web) member-dialog to admin-console, refs EC-1011
* refactor: (web) move policies to admin-console, refs EC-1011
* refactor: (web) move reporting to admin-console, refs EC-1011
* refactor: (web) move settings to admin-console, refs EC-1011
* refactor: (web) move sponsorships to admin-console, refs EC-1011
* refactor: (web) move tools to admin-console, refs EC-1011
* refactor: (web) move users to admin-console, refs EC-1011
* refactor: (web) move collections to admin-console, refs EC-1011
* refactor: (web) move create-organization to admin-console, refs EC-1011
* refactor: (web) move licensed components to admin-console, refs EC-1011
* refactor: (web) move bit organization modules to admin-console, refs EC-1011
* fix: update leftover import statements for organizations.module, refs EC-1011
* refactor: (web) move personal vault and max timeout to admin-console, refs EC-1011
* refactor: (web) move providers to admin-console, refs EC-1011
* refactor: (libs) move organization service to admin-console, refs EC-1011
* refactor: (libs) move profile org/provider responses and other misc org responses to admin-console, refs EC-1011
* refactor: (libs) move provider request and selectionion-read-only request to admin-console, refs EC-1011
* fix: update missed import path for provider-user-update request, refs EC-1011
* refactor: (libs) move abstractions to admin-console, refs EC-1011
* refactor: (libs) move org/provider enums to admin-console, refs EC-1011
* fix: update downstream import statements from libs changes, refs EC-1011
* refactor: (libs) move data files to admin-console, refs EC-1011
* refactor: (libs) move domain to admin-console, refs EC-1011
* refactor: (libs) move request objects to admin-console, refs EC-1011
* fix: update downstream import changes from libs, refs EC-1011
* refactor: move leftover provider files to admin-console, refs EC-1011
* refactor: (browser) move group policy environment to admin-console, refs EC-1011
* fix: (browser) update downstream import statements, refs EC-1011
* fix: (desktop) update downstream libs moves, refs EC-1011
* fix: (cli) update downstream import changes from libs, refs EC-1011
* refactor: move org-auth related files to admin-console, refs EC-1011
* refactor: (libs) move request objects to admin-console, refs EC-1011
* refactor: move persmissions to admin-console, refs EC-1011
* refactor: move sponsored families to admin-console and fix libs changes, refs EC-1011
* refactor: move collections to admin-console, refs EC-1011
* refactor: move spec file back to spec scope, refs EC-1011
* fix: update downstream imports due to libs changes, refs EC-1011
* fix: udpate downstream import changes due to libs, refs EC-1011
* fix: update downstream imports due to libs changes, refs EC-1011
* fix: update downstream imports from libs changes, refs EC-1011
* fix: update path malformation in jslib-services.module, refs EC-1011
* fix: lint errors from improper casing, refs AC-1011
* fix: update downstream filename changes, refs AC-1011
* fix: (cli) update downstream filename changes, refs AC-1011
* fix: (desktop) update downstream filename changes, refs AC-1011
* fix: (browser) update downstream filename changes, refs AC-1011
* fix: lint errors, refs AC-1011
* fix: prettier, refs AC-1011
* fix: lint fixes for import order, refs AC-1011
* fix: update import path for provider user type, refs AC-1011
* fix: update new codes import paths for admin console structure, refs AC-1011
* fix: lint/prettier, refs AC-1011
* fix: update layout stories path, refs AC-1011
* fix: update comoponents card icons base variable in styles, refs AC-1011
* fix: update provider service path in permissions guard spec, refs AC-1011
* fix: update provider permission guard path, refs AC-1011
* fix: remove unecessary TODO for shared index export statement, refs AC-1011
* refactor: move browser-organization service and cli organization-user response out of admin-console, refs AC-1011
* refactor: move web/browser/desktop collections component to vault domain, refs AC-1011
* refactor: move organization.module out of admin-console scope, refs AC-1011
* fix: prettier, refs AC-1011
* refactor: move organizations-api-key.request out of admin-console scope, refs AC-1011
2023-03-22 16:03:50 +01:00
|
|
|
import { OrganizationService } from "@bitwarden/common/admin-console/abstractions/organization/organization.service.abstraction";
|
2023-05-30 23:05:45 +02:00
|
|
|
import { SyncService } from "@bitwarden/common/vault/abstractions/sync/sync.service.abstraction";
|
2023-04-06 22:41:09 +02:00
|
|
|
import { ImportServiceAbstraction, ImportType } from "@bitwarden/importer";
|
2018-08-06 15:38:17 +02:00
|
|
|
|
2022-11-18 13:20:19 +01:00
|
|
|
import { Response } from "../models/response";
|
|
|
|
import { MessageResponse } from "../models/response/message.response";
|
2018-08-06 15:38:17 +02:00
|
|
|
import { CliUtils } from "../utils";
|
|
|
|
|
|
|
|
export class ImportCommand {
|
2021-12-28 21:38:51 +01:00
|
|
|
constructor(
|
2023-03-23 11:43:27 +01:00
|
|
|
private importService: ImportServiceAbstraction,
|
2023-05-30 23:05:45 +02:00
|
|
|
private organizationService: OrganizationService,
|
|
|
|
private syncService: SyncService
|
2021-12-28 21:38:51 +01:00
|
|
|
) {}
|
2018-08-06 15:38:17 +02:00
|
|
|
|
2022-02-08 00:31:36 +01:00
|
|
|
async run(
|
|
|
|
format: ImportType,
|
|
|
|
filepath: string,
|
|
|
|
options: program.OptionValues
|
|
|
|
): Promise<Response> {
|
2021-06-16 15:50:29 +02:00
|
|
|
const organizationId = options.organizationid;
|
|
|
|
if (organizationId != null) {
|
2022-11-08 22:25:19 +01:00
|
|
|
const organization = await this.organizationService.getFromState(organizationId);
|
2021-06-16 15:50:29 +02:00
|
|
|
|
|
|
|
if (organization == null) {
|
|
|
|
return Response.badRequest(
|
|
|
|
`You do not belong to an organization with the ID of ${organizationId}. Check the organization ID and sync your vault.`
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!organization.canAccessImportExport) {
|
|
|
|
return Response.badRequest(
|
|
|
|
"You are not authorized to import into the provided organization."
|
|
|
|
);
|
|
|
|
}
|
2021-12-20 18:04:00 +01:00
|
|
|
}
|
2021-06-16 15:50:29 +02:00
|
|
|
|
2021-02-03 18:44:33 +01:00
|
|
|
if (options.formats || false) {
|
2021-06-16 15:50:29 +02:00
|
|
|
return await this.list();
|
2018-08-06 16:38:32 +02:00
|
|
|
} else {
|
2021-06-16 15:50:29 +02:00
|
|
|
return await this.import(format, filepath, organizationId);
|
2018-08-06 15:38:17 +02:00
|
|
|
}
|
2021-12-20 18:04:00 +01:00
|
|
|
}
|
2018-08-06 15:38:17 +02:00
|
|
|
|
2022-02-08 00:31:36 +01:00
|
|
|
private async import(format: ImportType, filepath: string, organizationId: string) {
|
|
|
|
if (format == null) {
|
2018-08-06 16:38:32 +02:00
|
|
|
return Response.badRequest("`format` was not provided.");
|
|
|
|
}
|
|
|
|
if (filepath == null || filepath === "") {
|
|
|
|
return Response.badRequest("`filepath` was not provided.");
|
|
|
|
}
|
2023-04-06 22:41:09 +02:00
|
|
|
const promptForPassword_callback = async () => {
|
|
|
|
return await this.promptPassword();
|
|
|
|
};
|
|
|
|
const importer = await this.importService.getImporter(
|
|
|
|
format,
|
|
|
|
promptForPassword_callback,
|
|
|
|
organizationId
|
|
|
|
);
|
2018-08-06 15:38:17 +02:00
|
|
|
if (importer === null) {
|
|
|
|
return Response.badRequest("Proper importer type required.");
|
|
|
|
}
|
2018-08-06 16:38:32 +02:00
|
|
|
|
|
|
|
try {
|
2022-03-03 15:32:49 +01:00
|
|
|
let contents;
|
|
|
|
if (format === "1password1pux") {
|
2023-08-16 16:17:03 +02:00
|
|
|
contents = await CliUtils.extractZipContent(filepath, "export.data");
|
|
|
|
} else if (format === "protonpass" && filepath.endsWith(".zip")) {
|
|
|
|
contents = await CliUtils.extractZipContent(filepath, "Proton Pass/data.json");
|
2022-03-03 15:32:49 +01:00
|
|
|
} else {
|
|
|
|
contents = await CliUtils.readFile(filepath);
|
|
|
|
}
|
|
|
|
|
2018-08-06 16:38:32 +02:00
|
|
|
if (contents === null || contents === "") {
|
|
|
|
return Response.badRequest("Import file was empty.");
|
|
|
|
}
|
|
|
|
|
2023-04-06 22:41:09 +02:00
|
|
|
const response = await this.importService.import(importer, contents, organizationId);
|
2022-02-23 22:47:32 +01:00
|
|
|
if (response.success) {
|
2023-05-30 23:05:45 +02:00
|
|
|
this.syncService.fullSync(true);
|
2023-04-06 22:41:09 +02:00
|
|
|
return Response.success(new MessageResponse("Imported " + filepath, null));
|
2018-08-06 16:38:32 +02:00
|
|
|
}
|
|
|
|
} catch (err) {
|
2023-04-06 22:41:09 +02:00
|
|
|
if (err.message) {
|
|
|
|
return Response.badRequest(err.message);
|
|
|
|
}
|
2018-08-06 16:38:32 +02:00
|
|
|
return Response.badRequest(err);
|
2018-08-06 15:38:17 +02:00
|
|
|
}
|
2021-12-20 18:04:00 +01:00
|
|
|
}
|
2018-08-06 16:38:32 +02:00
|
|
|
|
|
|
|
private async list() {
|
2018-08-06 17:43:07 +02:00
|
|
|
const options = this.importService
|
|
|
|
.getImportOptions()
|
|
|
|
.sort((a, b) => {
|
2018-08-06 16:38:32 +02:00
|
|
|
return a.id < b.id ? -1 : a.id > b.id ? 1 : 0;
|
2021-02-04 05:51:59 +01:00
|
|
|
})
|
|
|
|
.map((option) => option.id)
|
|
|
|
.join("\n");
|
2018-08-06 16:38:32 +02:00
|
|
|
const res = new MessageResponse("Supported input formats:", options);
|
|
|
|
res.raw = options;
|
|
|
|
return Response.success(res);
|
|
|
|
}
|
2022-02-23 22:47:32 +01:00
|
|
|
|
|
|
|
private async promptPassword() {
|
|
|
|
const answer: inquirer.Answers = await inquirer.createPromptModule({
|
|
|
|
output: process.stderr,
|
|
|
|
})({
|
|
|
|
type: "password",
|
|
|
|
name: "password",
|
|
|
|
message: "Import file password:",
|
|
|
|
});
|
|
|
|
return answer.password;
|
|
|
|
}
|
2018-08-06 15:38:17 +02:00
|
|
|
}
|