mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Merge PR #10192: Auto-Join: Configurable Scheme & Port (and add k8s provider)
This commit is contained in:
committed by
GitHub
parent
ac239089b2
commit
e4421691da
@@ -17,6 +17,8 @@ type RaftJoinResponse struct {
|
||||
// RaftJoinRequest represents the parameters consumed by the raft join API
|
||||
type RaftJoinRequest struct {
|
||||
AutoJoin string `json:"auto_join"`
|
||||
AutoJoinScheme string `json:"auto_join_scheme"`
|
||||
AutoJoinPort uint `json:"auto_join_port"`
|
||||
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