Migrates your visiblity information in cloudconformity.com to cloudone.trendmicro.com
Project description
conformity-migration-tool
Migrates your visiblity information in cloudconformity.com to cloudone.trendmicro.com
⚠ WARNING: This tool will overwrite your Cloud One Conformity
Requirements
- Python versions 3.7, 3.8, or 3.9
- Both accounts must have a valid license (Not expired)
- API Keys for both Legacy Conformity and CloudOne Conformity
- Note: Both API Keys must have admin privileges
How to use this tool
-
Create or choose an empty folder where you would like to install and run the tool.
-
Start a shell/terminal on the folder you just created or chosen.
-
Create a python3 virtual environment
python3 -m venv .venv
-
Activate the virtual environment
source .venv/bin/activate
-
Install the tool
pip install conformity-migration-tool
-
Configure the tool
conformity-migration configure
Note: Once you finish the tool configuration once, a file called user-config.yml with the settings you configured will be generated in the same folder, in case you need to re-run the tool.
For Cloud One Conformity API endpoints, you can use the format:
https://conformity.{region}.cloudone.trendmicro.com/api/
, here you can find more information about Cloud One Regions. -
If you have AWS accounts to migrate, you can either manually update your Conformity Stack's
ExternalID
parameter during migration on the next step or you can run this commandconformity-migration-aws
first before migration.Run this command to see all the available options:
conformity-migration-aws update-stack --help
Example command:
conformity-migration-aws update-stack --access-key <aws-access-key-here> --secret-key <aws-secret-key-here>
Using AWS_PROFILE:
conformity-migration-aws update-stack --profile <aws-profile-here>
For multiple accounts which you have cross-account role to use, you can add the option
--cross-account-role-name
.For multiple accounts which you don't have cross-account role to use or for a more granular control on each accounts' credentials, do the following steps:
a. Generate a CSV file containing all your AWS accounts and default stack information from Legacy conformity:
conformity-migration-aws generate-csv <CSV_FILE>
b. Update the CSV file with your AWS credentials or stack information when necessary.
c. Run the update-stack command with CLI option "--csv-file". You can use other options together with this option. Whatever non-empty values you put in the CSV file will override the values used in the CLI options.
conformity-migration-aws update-stack --csv-file <CSV_FILE>
-
Run the migration
conformity-migration run
If you already updated your AWS accounts'
ExternalId
beforehand as in step 8, then you can add this option below so it will stop prompting you to update your ExternalId manually:conformity-migration run --skip-aws-prompt
-
In case you need to only migrate one or a few accounts, you can create a CSV file containing accounts that will be the only ones included in migration. In the CSV file, each row should consists of 2 fields: first is the account name and second is the environment as they appear on Conformity Dashboard. An empty file means the tool won't include any account in the migration. Here's an example:
my-aws-account-name,production my-azure-subscription-name,development
To excute the migration simply execute:
conformity-migration run --include-accounts-file file.csv
The same concept apply to exclude accounts from the migration:
conformity-migration run --exclude-accounts-file file.csv
Migration support
Cloud Types
-
AWS account
- Note: To grant access to CloudOne Conformity, user has to update the
ExternalId
parameter of CloudConformity stack of his/her AWS account. This can be done either manually or using the CLIconformity-migration-aws
which is part of the conformity-migration-tool package.
- Note: To grant access to CloudOne Conformity, user has to update the
-
Azure account
- Note: User needs to specify App Registration Key so the tool can add the Active Directory to Conformity
-
GCP account
Organisation-Level Configurations
- Users
- Note: The tool will display other users that needs to be invited by the admin to CloudOne Conformity.
- Groups
- Communication channel settings
- Note: The tool cannot migrate Jira, ServiceNow or ZenDesk Communication Settings, for these, it has to be migrated manually.
- Profiles
- Report Configs
Group-Level Configurations
- Report Configs
Account-Level Configurations
- Account tags
- Conformity Bot settings
- Account Rule settings
- Limitation: The API only allows writing a single note to the rule so the tool won't be able to preserve the history of notes. The tool will instead combine history of notes into a single note before writing it.
- Communication channel settings
- Note: The tool cannot migrate Jira, ServiceNow or ZenDesk communication settings, for these, it has to be migrated manually.
- Checks
- Limitation: The API only allows writing a single note to the check so the tool won't be able to preserve the history of notes. In addition to that, API only allows a maximum of 200 characters of note. The tool will only get the most recent note and truncate it to 200 characters before writing it.
- Report Configs
Troubleshooting
If you encounter any errors in the execution, please Create a New Issue describing the steps that you went through, the results expected, and the actual results that you got.
Support logs
The tool automatically generates log files when an error is found. In the same folder that you ran the tool, you will find these files:
-
conformity-migration-error.log
-> Specific logs about errors encountered from the last runtime. -
conformity-migration.log
-> General log information about the tool the last runtime.
Note: Please don't share these files publicly, they might contain sensitive information about your environment. In case you need to share for support purposes, mask sensitive information before sending it.
Contributing
If you encounter a bug, think of a useful feature, or find something confusing in the docs, please Create a New Issue!
We :heart: pull requests. If you'd like to fix a bug, contribute to a feature or just correct a typo, please feel free to do so.
If you're thinking of adding a new feature, consider opening an issue first to discuss it to ensure it aligns with the direction of the project (and potentially save yourself some time!).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file conformity-migration-tool-0.13.0.tar.gz
.
File metadata
- Download URL: conformity-migration-tool-0.13.0.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 290a814a96dd69f4e05698247ae77763ca5a2bd7e655831fd9ec332b877bbdb0 |
|
MD5 | 4d77fa5ca367046ef8027efabbd6ff01 |
|
BLAKE2b-256 | 0871558ba7968338fcbcb8f229cae12f906495c845f64a7345ce5601af26c4c0 |
File details
Details for the file conformity_migration_tool-0.13.0-py3-none-any.whl
.
File metadata
- Download URL: conformity_migration_tool-0.13.0-py3-none-any.whl
- Upload date:
- Size: 34.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63f775f8bb5bf96efd1ce13dc97d661120653d8d0951facd45d6d20406aff278 |
|
MD5 | 883ea0bdce07e013a887be8d1dda540d |
|
BLAKE2b-256 | ae97676cf237151a96fa46181abc8047a6c5ea769b9aca3bcc448ae969d78a5e |