Skip to content

Commit

Permalink
Remvoving ESDK changes from core (opensearch-project#9833)
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Bansal <43470111+vikasvb90@users.noreply.github.com>
  • Loading branch information
vikasvb90 committed Sep 6, 2023
1 parent 9b26bd9 commit ee8dae3
Show file tree
Hide file tree
Showing 39 changed files with 439 additions and 1,261 deletions.
4 changes: 0 additions & 4 deletions distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ dependencies {
implementation 'org.apache.commons:commons-compress:1.23.0'
}

configurations.implementation {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk15to18'
}

tasks.named("dependencyLicenses").configure {
mapping from: /bc.*/, to: 'bouncycastle'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.opensearch.common.annotation.ExperimentalApi;
import org.opensearch.common.io.InputStreamContainer;

import java.io.Closeable;
import java.io.IOException;
import java.io.InputStream;

Expand All @@ -22,7 +23,7 @@
* U - Parsed Encryption Metadata / CryptoContext
*/
@ExperimentalApi
public interface CryptoHandler<T, U> {
public interface CryptoHandler<T, U> extends Closeable {

/**
* To initialise or create a new crypto metadata to be used in encryption. This is needed to set the context before
Expand Down
47 changes: 0 additions & 47 deletions libs/encryption-sdk/build.gradle

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions libs/encryption-sdk/licenses/aws-encryption-sdk-java-NOTICE.txt

This file was deleted.

13 changes: 0 additions & 13 deletions libs/encryption-sdk/src/forbidden/crypto-signatures.txt

This file was deleted.

13 changes: 0 additions & 13 deletions libs/encryption-sdk/src/forbidden/crypto-test-signatures.txt

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ee8dae3

Please sign in to comment.