Introduction
When we tried to set up vault DR replication and got this error
1 error occurred: * error response unwrapping secondary token; status code is 400, message is "400 Bad Request"
Usually might arise in either of these cases:
- The performance cluster is not able to reach the primary active node
- Or, the token used here is not valid
We should generate a new secondary activation token as they're essentially one-time use. So we can regenerate the new token using this guide