We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72fbe3 commit 5492e2fCopy full SHA for 5492e2f
cmdline/src/main/java/io/opentdf/platform/Command.java
@@ -170,7 +170,6 @@ void encrypt(
170
171
List<Consumer<Config.TDFConfig>> configs = new ArrayList<>();
172
configs.add(Config.withKasInformation(kasInfos));
173
- configs.add(Config.withSystemMetadataAssertion());
174
metadata.map(Config::withMetaData).ifPresent(configs::add);
175
autoconfigure.map(Config::withAutoconfigure).ifPresent(configs::add);
176
encapKeyType.map(Config::WithWrappingKeyAlg).ifPresent(configs::add);
0 commit comments