mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Merge PR #10095: Integrated Storage Cloud Auto-Join
This commit is contained in:
committed by
GitHub
parent
21d13e4671
commit
b67da26279
@@ -16,6 +16,7 @@ type RaftJoinResponse struct {
|
||||
|
||||
// RaftJoinRequest represents the parameters consumed by the raft join API
|
||||
type RaftJoinRequest struct {
|
||||
AutoJoin string `json:"auto_join"`
|
||||
LeaderAPIAddr string `json:"leader_api_addr"`
|
||||
LeaderCACert string `json:"leader_ca_cert"`
|
||||
LeaderClientCert string `json:"leader_client_cert"`
|
||||
|
||||
Reference in New Issue
Block a user