This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git.


    from f1d1bcd  Saving auth token in transfer request store
     new 8c8a897  Securing resource manipulation apis
     new 29fd382  Implementing datalake resource backend

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/airavata/mft/agent/rpc/RPCParser.java   |  23 +-
 .../src/main/proto/CredCommon.proto                |   6 +
 services/resource-service/server/pom.xml           |   5 +
 .../backend/datalake/DatalakeResourceBackend.java  | 331 +++++++++++++++++++++
 .../src/main/resources/application.properties      |   7 +-
 .../src/main/resources/applicationContext.xml      |   2 +-
 services/resource-service/stub/pom.xml             |  11 +
 .../src/main/proto/resource/ResourceService.proto  |   5 +
 .../airavata/mft/secret/server/AppConfig.java      |  24 --
 .../server/backend/custos/CustosSecretBackend.java |  19 +-
 .../custos/auth/AgentAuthenticationHandler.java    |   1 -
 .../src/main/resources/applicationContext.xml      |   2 +-
 .../distribution/conf/applicationContext.xml       |   2 +-
 .../mft/transport/scp/SCPMetadataCollector.java    |  20 +-
 .../airavata/mft/transport/scp/SCPReceiver.java    |   2 +-
 .../airavata/mft/transport/scp/SCPSender.java      |   2 +-
 16 files changed, 408 insertions(+), 54 deletions(-)
 create mode 100644 
services/resource-service/server/src/main/java/org/apache/airavata/mft/resource/server/backend/datalake/DatalakeResourceBackend.java

Reply via email to