Skip to content

Commit

Permalink
Update IS connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Nov 22, 2024
1 parent a45df7d commit 0e60f2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Follow the steps given below to configure WSO2 IS as a Key Manager component:
custom_webapps = ["/keymanager-operations/"]
```

3. Download the [WSO2 IS Connector]({{base_path}}/assets/attachments/administer/wso2is-extensions-1.2.10.zip).
3. Download the [WSO2 IS Connector]({{base_path}}/assets/attachments/administer/wso2is-extensions-1.4.2.zip).

4. Extract the distribution and copy the following JAR files to the `<IS_HOME>/repository/components/dropins` directory.

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ Follow the instructions below to set up and configure the databases for the WSO2

## Step 4 - Configure WSO2 IS with WSO2 API-M

1. Download the [WSO2 IS Connector]({{base_path}}/assets/attachments/administer/wso2is-extensions-1.2.10.zip).
1. Download the [WSO2 IS Connector]({{base_path}}/assets/attachments/administer/wso2is-extensions-1.4.2.zip).

2. Extract the distribution and copy the following JAR files, which are in the `<wso2is-extensions-1.2.10>/dropins` directory, to the `<IS_HOME>/repository/components/dropins` directory.
2. Extract the distribution and copy the following JAR files, which are in the `<wso2is-extensions-1.4.2>/dropins` directory, to the `<IS_HOME>/repository/components/dropins` directory.

- `wso2is.key.manager.core-1.4.2`
- `wso2is.notification.event.handlers-1.4.2`

3. Add the `keymanager-operations.war`, which is in the `<wso2is-extensions-1.2.10>/webapps` directory, to the `<IS_HOME>/repository/deployment/server/webapps` directory.
3. Add the `keymanager-operations.war`, which is in the `<wso2is-extensions-1.4.2>/webapps` directory, to the `<IS_HOME>/repository/deployment/server/webapps` directory.

4. Configure the Traffic Manager endpoints.

Expand Down

0 comments on commit 0e60f2d

Please sign in to comment.