cluster api: add shared secret to the cluster bootstrap params (#5030)

This commit is contained in:
Denis Mishin 2024-03-18 16:30:39 -04:00 committed by GitHub
parent 79d5657742
commit 181d5b171d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -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.