Skip to content

Commit 5d7ac8c

Browse files
backport of commit 2532fd5 (hashicorp#20384)
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
1 parent da943b0 commit 5d7ac8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎website/content/api-docs/system/replication/replication-dr.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ identifier can later be used to revoke a DR secondary's access.
178178

179179
- `secondary_public_key` `(string: "")` – Specifies the secondary's generated
180180
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.
182183

183184
### Sample Payload
184185

@@ -249,11 +250,11 @@ $ curl \
249250
http://127.0.0.1:8200/v1/sys/replication/dr/primary/revoke-secondary
250251
```
251252

252-
## Fetch DR Secondary Public Key
253+
## Generate DR Secondary Public Key
253254

254255
(Vault 1.3+)
255256

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
257258
credential information (instead of using a response wrapped token). This avoids
258259
needing to make an API call to the primary during activation.
259260

0 commit comments

Comments
 (0)