From dd388a925571fcfc783c44fc24e396e4fa5ad026 Mon Sep 17 00:00:00 2001 From: Maduranga Siriwardena Date: Wed, 15 May 2024 15:23:16 +0530 Subject: [PATCH 1/2] Update the anonymization tool instructions --- ...e-references-to-deleted-user-identities.md | 52 ++++--------------- 1 file changed, 11 insertions(+), 41 deletions(-) diff --git a/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md b/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md index 0fe2aa0616..d6f606e696 100644 --- a/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md +++ b/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md @@ -42,31 +42,18 @@ The following sections guide you through configuring and running the Identity Anonymization tool in WSO2 IS. --- -### Building the Identity Anonymization tool - -Follow the steps below to build the tool: - -1. Clone the - repository to a required location. -2. In the source that you checked out, navigate to - ` identity-anonymization-tool `, and run - ` mvn clean install ` . This downloads all - dependencies and builds the tool in your local repository. You can - find the - ` org.wso2.carbon.privacy.forgetme.tool-SNAPSHOT.zip ` - file created in the - ` identity-anonymization-tool/components/org.wso2.carbon.privacy.forgetme.tool/target ` - directory. -3. Unzip the - ` org.wso2.carbon.privacy.forgetme.tool-SNAPSHOT.zip ` - file. This creates the - ` identity-anonymization-tool-SNAPSHOT ` - directory with a directory. The path to the - ` identity-anonymization-tool-SNAPSHOT ` - directory will be referred to as ` ` - throughout this section. +### Downloading the Identity Anonymization tool + +Click [here](https://github.com/wso2/identity-anonymization-tool/releases/download/v1.4.1/org.wso2.carbon.privacy.forgetme.tool-1.4.1.zip) to download the tool - The following table describes the purpose of the most important +### Configuring the tool +Follow the steps below to configure the tool: + +1. Unzip the downloaded zip file. This creates the + ` identity-anonymization-tool-1.4.1 ` + directory and the path to this directory will be referred to as ` ` + throughout this section. +2. The following table describes the purpose of the most important configuration related directories and files of the tool, which are in the ` /conf ` directory: @@ -373,21 +360,4 @@ This tool has independent runtime. From IS 6.0.0 onwards, this tool is externali convention. --- - - -### Run the standalone version of the tool - -If you are using multiple WSO2 products and you want to remove -references to a particular deleted user from all the products at once, -you can use the [standalone version of the Identity Anonymization -tool](https://github.com/wso2/identity-anonymization-tool){:target="_blank"}. - -To remove references to a particular deleted user from multiple WSO2 -products at once, you have to do necessary configuration changes in the -standalone version of the tool depending on the products that you want -to run the tool on. -For information on how to build, configure and run the standalone -version of the Identity Anonymization tool to run on multiple WSO2 -products, see [Remove References to Deleted User Identities]({{base_path}}/deploy/configure/databases/remove-references-to-deleted-user-identities) -in the WSO2 Administration Guide. From ba4c982d4d0470c07cc37cb9307bd562c4dea56c Mon Sep 17 00:00:00 2001 From: Maduranga Siriwardena Date: Wed, 15 May 2024 15:33:51 +0530 Subject: [PATCH 2/2] Fix PR review comments --- .../databases/remove-references-to-deleted-user-identities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md b/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md index d6f606e696..22aed806e2 100644 --- a/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md +++ b/en/identity-server/7.0.0/docs/deploy/configure/databases/remove-references-to-deleted-user-identities.md @@ -44,7 +44,7 @@ Identity Anonymization tool in WSO2 IS. --- ### Downloading the Identity Anonymization tool -Click [here](https://github.com/wso2/identity-anonymization-tool/releases/download/v1.4.1/org.wso2.carbon.privacy.forgetme.tool-1.4.1.zip) to download the tool +Click [here](https://github.com/wso2/identity-anonymization-tool/releases/download/v1.4.1/org.wso2.carbon.privacy.forgetme.tool-1.4.1.zip) to download the tool. ### Configuring the tool Follow the steps below to configure the tool: