add etag field

This commit is contained in:
Maidul Islam
2024-03-01 09:05:44 -05:00
parent f64cb10282
commit 2641fccce5

View File

@@ -191,7 +191,7 @@ func GetPlainTextSecretsViaMachineIdentity(accessToken string, workspaceId strin
return models.PlaintextSecretResult{
Secrets: plainTextSecrets,
Hash: rawSecrets.ETag,
Etag: rawSecrets.ETag,
}, nil
}