diff --git a/lib/src/opentdf.ts b/lib/src/opentdf.ts index b23d9e01..69b51be2 100644 --- a/lib/src/opentdf.ts +++ b/lib/src/opentdf.ts @@ -777,6 +777,7 @@ class Collection { maxKeyIterations: opts.maxKeyIterations, platformUrl: opts.platformUrl, }); + this.client.dataAttributes = opts.attributes || []; } /** Encrypts a source into a NanoTDF stream. */