From 5a357eb4544124ca363ed626ffc4286da651be21 Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 7 Jan 2025 16:05:44 +0100 Subject: [PATCH] added clarifying comment in `ssh` command code --- cli/internal/cmd/ssh.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/internal/cmd/ssh.go b/cli/internal/cmd/ssh.go index 9e4a66b1e..b272bf5b5 100644 --- a/cli/internal/cmd/ssh.go +++ b/cli/internal/cmd/ssh.go @@ -57,6 +57,7 @@ func runSSH(cmd *cobra.Command, _ []string) error { return err } + // NOTE(miampf): Since other KMS aren't fully implemented yet, this commands assumes that the cKMS is used and derives the key accordingly. var mastersecret secret if err = fh.ReadJSON(fmt.Sprintf("%s.json", constants.ConstellationMasterSecretStoreName), &mastersecret); err != nil { return err