diff --git a/pkgs/sops-install-secrets/main.go b/pkgs/sops-install-secrets/main.go index 268f2a7..bd6f4a0 100644 --- a/pkgs/sops-install-secrets/main.go +++ b/pkgs/sops-install-secrets/main.go @@ -277,6 +277,7 @@ func recurseSecretKey(format FormatType, keys map[string]interface{}, wantedKey return "", fmt.Errorf("cannot marshal the value of key '%s': %w", keyUntilNow, err) } strVal = bytes.Trim(strVal, "\"") + fmt.Println(string(strVal)) return string(strVal), nil default: return "", fmt.Errorf("nested secrets are not supported for %s", format)