Skip to content

Commit b3af3b7

Browse files
committed
Address comments
1 parent a33b399 commit b3af3b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
### Step 2: Configure HashiCorp Vault extension
2525

2626
1. Build the HashiCorp Vault Integration OSGI bundle using `mvn clean install` and copy
27-
the `target/org.wso2.carbon.securevault.hashicorp-1.0.jar` file to `<IS_HOME>/repository/components/dropin/`
27+
the `target/org.wso2.carbon.securevault.hashicorp-1.0.jar` file to `<IS_HOME>/repository/components/dropins/`
2828
directory.
2929

3030
2. Add **HashiCorp Vault Java Driver** (Eg: `vault-java-driver-5.1.0.jar`) to the
@@ -133,7 +133,7 @@ The file should be named according to your Operating System.
133133
}
134134
```
135135
136-
Upload kv policy as bellow
136+
Upload kv policy as below
137137
138138
```
139139
vault policy write kv-read-write kv-read-write.hcl
@@ -153,12 +153,12 @@ The file should be named according to your Operating System.
153153
token_max_ttl="72h"
154154
```
155155
156-
Get the role-id as bellow
156+
Get the role-id as below
157157
```
158158
vault read auth/approle/role/my-role/role-id
159159
```
160160
161-
Get the secret-id as bellow
161+
Get the secret-id as below
162162
163163
```
164164
vault write -f auth/approle/role/my-role/secret-id
@@ -182,7 +182,7 @@ The file should be named according to your Operating System.
182182
### Step 2: Configure HashiCorp Vault extension
183183
184184
1. Build the HashiCorp Vault Integration OSGI bundle using `mvn clean install` and copy
185-
the `target/org.wso2.carbon.securevault.hashicorp-1.0.jar` file to `<IS_HOME>/repository/components/dropin/`
185+
the `target/org.wso2.carbon.securevault.hashicorp-1.0.jar` file to `<IS_HOME>/repository/components/dropins/`
186186
directory.
187187
188188
2. Add **HashiCorp Vault Java Driver** (Eg: `vault-java-driver-5.1.0.jar`) to the

0 commit comments

Comments
 (0)