mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-27 09:15:22 -04:00
Add VPNIP to nodestate
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
f2b3fc328b
commit
f827e479b1
9 changed files with 14 additions and 8 deletions
|
@ -19,7 +19,7 @@ type Core interface {
|
|||
GetNextCoordinatorIP() (string, error)
|
||||
SwitchToPersistentStore() error
|
||||
GetIDs(masterSecret []byte) (ownerID []byte, clusterID []byte, err error)
|
||||
PersistNodeState(role role.Role, ownerID []byte, clusterID []byte) error
|
||||
PersistNodeState(role role.Role, vpnIP string, ownerID []byte, clusterID []byte) error
|
||||
SetUpKMS(ctx context.Context, storageURI, kmsURI, kekID string, useExisting bool) error
|
||||
GetKMSInfo() (kms.KMSInformation, error)
|
||||
GetDataKey(ctx context.Context, keyID string, length int) ([]byte, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue