added clarifying comment in ssh command code

This commit is contained in:
miampf 2025-01-07 16:05:44 +01:00
parent 53a9af82e0
commit 5a357eb454
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

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