Fixed the link to the section on generating DR operation token for promoting secondary. (#3766)
This commit is contained in:
parent
64da50c27c
commit
b242800958
|
@ -274,7 +274,7 @@ same secondary token.
|
|||
|
||||
This endpoint requires a DR Operation Token to be provided as means of
|
||||
authorization. See the [DR Operation Token API
|
||||
docs](/api/system/replication-dr.html#sys-generate-dr-operation-token) for more information.
|
||||
docs](/api/system/replication-dr.html#generate-disaster-recovery-operation-token) for more information.
|
||||
|
||||
!> Only one performance primary should be active at a given time. Multiple primaries may
|
||||
result in data loss!
|
||||
|
@ -338,7 +338,7 @@ secondary activation token. This does not wipe all data in the cluster.
|
|||
|
||||
This endpoint requires a DR Operation Token to be provided as means of
|
||||
authorization. See the [DR Operation Token API
|
||||
docs](/api/system/replication-dr.html#sys-generate-dr-operation-token) for more information.
|
||||
docs](/api/system/replication-dr.html#generate-disaster-recovery-operation-token) for more information.
|
||||
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
|
@ -385,7 +385,7 @@ $ curl \
|
|||
https://vault.rocks/v1/sys/replication/dr/secondary/update-primary
|
||||
```
|
||||
|
||||
# `/sys/replication/dr/secondary/generate-operation-token`
|
||||
# Generate Disaster Recovery Operation Token
|
||||
|
||||
The `/sys/replication/dr/secondary/generate-operation-token` endpoint is used to create a new Disaster
|
||||
Recovery operation token for a DR secondary. These tokens are used to authorize
|
||||
|
|
Loading…
Reference in a new issue