File tree 1 file changed +4
-3
lines changed
website/content/api-docs/system/replication
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,8 @@ identifier can later be used to revoke a DR secondary's access.
178
178
179
179
- ` secondary_public_key ` ` (string: "") ` – Specifies the secondary's generated
180
180
public key, if using encryption rather than response wrapping to protect the
181
- secondary credentials. (Vault 1.3+)
181
+ secondary credentials. (Vault 1.3+). Use this to avoid making an API call to
182
+ the primary during secondary activation.
182
183
183
184
### Sample Payload
184
185
@@ -249,11 +250,11 @@ $ curl \
249
250
http://127.0.0.1:8200/v1/sys/replication/dr/primary/revoke-secondary
250
251
```
251
252
252
- ## Fetch DR Secondary Public Key
253
+ ## Generate DR Secondary Public Key
253
254
254
255
(Vault 1.3+)
255
256
256
- This endpoint allows fetching a public key that is used to encrypt the returned
257
+ This endpoint allows generating a public key that is used to encrypt the returned
257
258
credential information (instead of using a response wrapped token). This avoids
258
259
needing to make an API call to the primary during activation.
259
260
You can’t perform that action at this time.
0 commit comments