2424### Step 2: Configure HashiCorp Vault extension
2525
26261 . 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 / `
2828directory.
2929
30302 . 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
1841841. 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
1881882. Add **HashiCorp Vault Java Driver** (Eg: `vault-java-driver-5.1.0.jar`) to the
0 commit comments