mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 17:37:25 +02:00
cluster api: add shared secret to the cluster bootstrap params (#5030)
This commit is contained in:
parent
79d5657742
commit
181d5b171d
2 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,9 @@ const (
|
|||
type BootstrapConfig struct {
|
||||
// DatabrokerStorageConnection databroker storage connection string
|
||||
DatabrokerStorageConnection *string `json:"databrokerStorageConnection,omitempty"`
|
||||
|
||||
// SharedSecret shared secret
|
||||
SharedSecret []byte `json:"sharedSecret"`
|
||||
}
|
||||
|
||||
// Bundle defines model for Bundle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue